|
| class | binned |
| | Particle-size distribution model wherein random samples are drawn from a given discrete set of (bin, probability) pairs, where in terms of its meaning, bins correspond to particle sizes and probabilities correspond to (relative) probability of occurrences. More...
|
| class | exponential |
| | Particle-size distribution model wherein random samples are drawn from the doubly-truncated exponential probability density function: More...
|
| class | fixedValue |
| | Particle-size distribution model wherein samples are given fixed values. More...
|
| class | general |
| | Particle-size distribution model wherein random samples are drawn from a given arbitrary probability density function or cumulative distribution function. Input distributions are specified as pairs of (size, probability) (i.e. (point, value) ). More...
|
| class | massRosinRammler |
| | Particle-size distribution model wherein random samples are drawn from the two-parameter Rosin-Rammler (Weibull) probability density function corrected to take into account varying number of particles per parcels for fixed-mass parcels. More...
|
| class | multiNormal |
| | Particle-size distribution model wherein random samples are drawn from a mixture of a finite set of doubly-truncated univariate normal probability density functions: More...
|
| class | normal |
| | Particle-size distribution model wherein random samples are drawn from the doubly-truncated univariate normal probability density function: More...
|
| class | RosinRammler |
| | Particle-size distribution model wherein random samples are drawn from the doubly-truncated two-parameter Rosin-Rammler (Weibull) probability density function: More...
|
| class | uniform |
| | Particle-size distribution model wherein random samples are drawn from the doubly-truncated uniform probability density function: More...
|
A namespace for various probability distribution model implementations.