10.06.2016 Views

eldo_user

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Monte Carlo Analysis<br />

Obsolete Features<br />

If the specified values MINUS_HALF_RANGE,PLUS_HALF_RANGE are different (in<br />

absolute value), the resulting distribution will no longer be uniform. An example is given<br />

Figure 11-23 in top-left plot, where the support of the distribution is the union of two<br />

contiguous intervals of different length: [2, 5] and [5, 10]. The points are uniformly sampled in<br />

each intervals.<br />

For NOR distributions, if MINUS_3SIGMA_VALUE,PLUS_3SIGMA_VALUE have the same<br />

absolute value, then the distribution is a Gaussian distribution with mean value NOM_VALUE,<br />

and a standard deviation of ABS(MINUS_3SIGMA_VALUE)/3 or<br />

ABS(PLUS_3SIGMA_VALUE)/3. The samples from this distribution are generated from a<br />

centered and reduced truncated normal distribution where the interval of truncation is [−3, 3].<br />

Note<br />

When using this notation, it is key to understand that what is given is the 3-sigma value, not<br />

the 1-sigma value.<br />

It is also possible to specify different values for the 3-sigma bounds of the NOR distribution. An<br />

example is given Figure 11-23 in top-right plot.<br />

Note<br />

When the nominal value is not zero, it is possible to specify percentages instead of absolute<br />

values for the bounds. In this case the percentages must be understood as percentages of the<br />

nominal value.<br />

Examples<br />

• The following syntax gives a Gaussian distribution with mean value 0, and standard<br />

deviation (1-sigma) equal to 4 (12/3). The values taken by P1 will vary between -12 and<br />

12.<br />

.PARAM P1=(0) LOT=(NOR, -12, 12)<br />

• The following syntax specifies a distribution with a longer right tail compared to the left<br />

tail:<br />

.PARAM P2=(5) LOT=(NOR, -3, 5)<br />

See Figure 11-23 in top-right plot.<br />

• Using the following syntax, the parameter will take values between 180 and 220. Its<br />

mean value will be 200, and its standard deviation will be 20/3.<br />

.PARAM P3=(200) LOT=(NOR, -10%, 10%)<br />

550<br />

Eldo® User's Manual, 15.3

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

Saved successfully!

Ooh no, something went wrong!