|
| class | exponential |
| | Exponential distribution, scaled so that it spans between a specified minimum and maximum value, rather than from zero to infinity. More...
|
| |
| class | fixedValue |
| | Distribution which always takes a specified fixed value. More...
|
| |
| class | multiFixedValue |
| | Distribution which comprises a list of fixed values with given probabilities. The probabilities are normalised so that they sum to one, so they can be provided as fractions or percentages or with any other arbitrary scale factor. More...
|
| |
| class | multiNormal |
| | Multiple superimposed normal distributions. More...
|
| |
| class | normal |
| | Normal distribution, scaled so that it spans between a specified minimum and maximum value, rather than from zero to infinity. More...
|
| |
| class | RosinRammler |
| | Rosin-Rammler distribution, scaled so that it spans between a specified minimum and maximum value, rather than from zero to infinity. More...
|
| |
| class | standardNormal |
| | Standard normal distribution. Not selectable. More...
|
| |
| class | tabulatedCumulative |
| | Distribution in which the cumulative distribution function is given as a table of values. More...
|
| |
| class | tabulatedDensity |
| | Distribution in which the probability density function is given as a table of values. More...
|
| |
| class | uniform |
| | Distribution in which all values between a specified minimum and maximum have the same probability. More...
|
| |
| class | unintegrable |
| | Base class for distributions that do not have a closed integral form for the cumulative density function (CDF) for some or all effective size exponents. More...
|
| |
| class | unintegrableForNonZeroQ |
| | Base class for distributions that have a closed integral form for the cumulative density function (CDF) when the effective size exponent is zero, but not otherwise. More...
|
| |