10.06.2016 Views

eldo_user

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Specifying Statistical Parameters<br />

Monte Carlo Analysis<br />

Specifying Statistical Parameters<br />

There are two different methods for the specification of statistical parameters using the<br />

.PARAM statement.<br />

First Syntax<br />

.PARAM PARAMETER_NAME = UNIF|AUNIF|GAUSS|AGAUSS|LIMIT({OPTION_LIST})<br />

where the distributions and their arguments are defined below:<br />

• UNIF(NOM_VALUE, FRAC_VALUE)<br />

Defines a uniform distribution with relative variation . The parameter<br />

PARAM_NAME varies uniformly between and , where is the<br />

NOM_VALUE argument and ρ is the positive value FRAC_VALUE.<br />

• AUNIF(NOM_VALUE, ABS_VALUE)<br />

Defines a uniform distribution with absolute variation . The parameter<br />

PARAM_NAME varies uniformly between and , where is the<br />

NOM_VALUE and h is the positive half-range ABS_VALUE.<br />

• GAUSS(NOM_VALUE, FRAC_VALUE, SIGMA_COEF)<br />

Defines a Gaussian distribution . The distribution is centered at NOM_VALUE,<br />

and the standard deviation is given by σ = (NOM_VALUE × FRAC_VALUE) ÷<br />

SIGMA_COEF.<br />

• AGAUSS(NOM_VALUE, ABS_VALUE, SIGMA_COEF)<br />

Defines a Gaussian distribution . The distribution is centered at NOM_VALUE,<br />

and the standard deviation is given by σ = ABS_VALUE ÷ SIGMA_COEF.<br />

• LIMIT(NOM_VALUE, ABS_VALUE)<br />

Defines a discrete probability distribution on the finite set of values NOM_VALUE -<br />

ABS_VALUE and NOM_VALUE + ABS_VALUE with equal probability.<br />

There is an additional argument to the UNIF and GAUSS macro-definitions. This argument is<br />

named MULT in the following syntax commands:<br />

.PARAM PARAM_NAME = UNIF|AUNIF(NOM_VALUE, RANGE_VALUE, MULT)<br />

.PARAM PARAM_NAME = GAUSS|AGAUSS(NOM_VALUE, STD_VALUE, SIGMA_COEF, MULT)<br />

The role of the MULT argument, which is an integer value greater than 1, is to eliminate the<br />

simulation of the sub-population that is “closed” to the median value of the parameter. The role<br />

of this argument is explained in more detail in “Weighted Uniform and Gaussian Distributions”<br />

on page 551.<br />

Eldo® User's Manual, 15.3 427

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!