.. _sampling: Sampling -------- This example demonstrates a Latin Hypercube Sampling of a 4 parameter 5 response model using the :func:`lhs ` function. The models of the parameter study are run using the :func:`run ` function. The generation of diagnostic plots is demonstrated using :func:`hist `, :func:`panels `, and :func:`corr `. .. include:: sampling.rst