.. _lhs: Latin Hypercube Sampling ======================== Utilize Latin Hypercube Sampling (LHS) to perform random model explorations for experiment design. In this analysis, set ``LHS``. For example, The following input will utilize LHS to generate ``10`` random LHS samples of input variables ``x, y`` with associated ``Uniform`` distributions, respectively. .. code:: xml LHS_mishra 1 LHS 10 x, y z -10 0 -6.5 0 x, y z When a dynamic model is provided, the users need to set ```` and ```` node in the ````. As illustrated in the following example. .. code:: xml LHS 1 LHS 10 x0, y0, z0 time True x,y,z 4 1 4 1 4 1 inputGroup outputGroup In addition, the users can use ``inputGroup`` and ``outputGroup`` to represent input and output variable list. As illustrated in above example ```` node.