Distributions
This page describes the configuration schema for specifying distributions
Distribution | Parameters | Type/Format | Description |
---|---|---|---|
|
| Any real number | Draws all values exactly equal to |
|
| Any real number | Draws all values randomly from a uniform distribution with range |
| Any real number greater than | ||
|
| Any positive real number | Draws all values randomly from a Poisson distribution with rate parameter (mean) |
|
| Any non-negative integer | Draws all values randomly from a binomial distribution with number of trials (n) = |
| Any number in [0,1] | ||
|
| Any real number | Draws all values randomly from a lognormal distribution (natural log, base e) with mean on a log scale of |
| Any non-negative real number | ||
|
| Any real number | Draws all values randomly from a truncated normal distribution with mean |
| Any non-negative real number | ||
| Any real number, or | ||
| Any real number greater than |
Last updated