Native drawsΒΆ
The generation of draws is performed using the command Draws("var", "DRAW_TYPE"), where var is the name of the random variable and DRAW_TYPE is its distribution.
See the Draws documentation for the complete API. Draw types can be user-defined or selected from the native draws listed below.
See Bierlaire (2019) for details on the native draw generators.
Name |
Description |
|---|---|
|
Normal N(0, 1) draws |
|
Antithetic normal draws |
|
Normal draws from Halton base 2 sequence |
|
Normal draws from Halton base 3 sequence |
|
Normal draws from Halton base 5 sequence |
|
Normal draws from Modified Latin Hypercube Sampling |
|
Antithetic normal draws from Modified Latin Hypercube Sampling |
|
Uniform U[0, 1] |
|
Uniform U[-1, 1] |
|
Antithetic uniform U[-1, 1] |
|
Halton draws on [-1, 1] with base 2, skipping the first 10 |
|
Halton draws on [-1, 1] with base 3, skipping the first 10 |
|
Halton draws on [-1, 1] with base 5, skipping the first 10 |
|
Modified Latin Hypercube Sampling on [-1, 1] |
|
Antithetic Modified Latin Hypercube Sampling on [-1, 1] |
|
Antithetic uniform U[0, 1] |
|
Halton draws with base 2, skipping the first 10 |
|
Halton draws with base 3, skipping the first 10 |
|
Halton draws with base 5, skipping the first 10 |
|
Modified Latin Hypercube Sampling on [0, 1] |
|
Antithetic Modified Latin Hypercube Sampling on [0, 1] |