Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Distribution nameDistribution variableNotes
noneN/AUses the value as given.
uniformhalf_rangemean is the median (middle) value, and half_range half the difference between the highest and lowest value.
normalstd_devRegular normal distribution.
uniform_relativescale_factorA normal distribution where the highest and lowest possible value are mean* (1+scale_factor) and mean* (1-scale_factor) respectively. Scale factor to be given as a decimal.
log_normal

std_dev

Regular log_nromal distribution.
weibullk, scale_factor

Does not take a mean value. Equivalent to scale_factor*(-ln((U))1/a where U is the uniform distribution over [0, 1).

truncated_normalstd_dev, limitSimilar to normal distribution, except all values fall within [limit] standard deviations of the mean.

A note on emod3d

Any variable found in the e3d.par file may be placed in the emod3d section of source_uncertainty.yaml, and will be carried over. Any non numeric entries must have the distribution 'none'.

...