.. _mc:
Monte Carlo Sampling
====================
Utilize Monte Carlo Sampling to perform random model explorations for experiment design. In this
analysis, set ``MC``. For example, The following input will utilize Monte
Carlo Sampling to generate ``10`` random samples of input variables ``x, y`` with associated
``Uniform`` distributions, respectively.
.. code:: xml
MC
1
MC
10
x, y
OutputPlaceHolder
-10
0
-6.5
0
When a dynamic model is provided, the users need to set ```` and ```` node in the
````. As illustrated in the following example.
.. code:: xml
MC
1
MC
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.