Open
Description
Currently, discrete distributions support samples, where a specific value of a distribution is chosen at random. However, other stable properties of a distribution are also interesting and could be supported. For example, the mean of a d6
dice is 3.5. Other properties that could be supported include quantiles, the median, range, minimum, maximum, mode, variance, standard deviation, and skewness.
- Support for obtaining the mean of a distribution #284
- Quantiles
- Median
- Range
- Support for obtaining the minimum and maximum of a distribution #286
- Mode
- Variance/standard deviation
- Skewness