v0.1.0
The first release of statistics
includes the following statistical functions
- mean, median, middle, mode
- std, var
- skew, kurtosis
- quantile
- frequency
- moment
It also includes the convenience function describe
, to provide an overview of the main statistical measures for a given dataset.
Finally, in the Statistics::Distributions
module, you will find classes to sample random numbers from the following statistical distributions
- Constant
- Exponential
- Normal
- Poisson
- Uniform