This package contains the implemented probability density functions, i.e. the distributions of the generated random values.
| Name | Description |
|---|---|
| PDF_Uniform | A random number with a uniform distribution in a given interval |
| PDF_BoxMuller | A random number with approximate normal distribution using the BoxMuller method |
| PDF_CauchyLorentz | A random number with Cauchy-Lorentz distribution |
| PDF_Weibull | A random number with Weibull distribution |
| PDF_IrwinHall | A random number with Irwin-Hall distribution (sum of uniform variables) |
| PDF_Bates | A random number with Bates distribution (mean of uniform variables) |
| PDF_Discrete | A random number with discrete values of given probability |
Developed 2014 at the DLR Institute of System Dynamics and Control