Expand description

Russell - Rust Scientific Library

stat: Statistics calculations, probability distributions, and pseudo random numbers

Structs

Defines the Frechet / Type II Extreme Value Distribution (largest value)

Defines the Gumbel / Type I Extreme Value Distribution (largest value)

Defines the Lognormal distribution

Defines the Normal distribution

Defines the Uniform / Type II Extreme Value Distribution (largest value)

Implements a Histogram to count frequencies

Holds basic statistics of a dataset

Constants

Traits

Defines the Probability Distribution trait

Functions

Returns package description

Returns the error function (wraps C-code: erf)

Returns the Gamma function Γ (wraps C-code: tgamma)

Calculates basic statistics of a dataset

Type Definitions

Defines a type alias for the error type as a static string