Skip to content

v0.1.0

Compare
Choose a tag to compare
@lbarasti lbarasti released this 30 Mar 23:43
· 15 commits to master since this release

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