.. _sampling_gaussian: Sampling with Gaussian distributions ------------------------------------ This example demonstrates a Latin Hypercube Sampling of a 4 parameter 5 response model using the :func:`lhs ` function. The example is similar to :ref:`sampling`, but the parameters samples are drawn from a Gaussian distribution. 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_gaussian.rst