Expand description
Russell - Rust Scientific Library
russell_stat: Statistics calculations and (engineering) probability distributions
Important: This crate depends on external libraries (non-Rust). Thus, please check the Installation Instructions on the GitHub Repository.
This library assists in developing statistical computations and simulations aiming at engineering applications, such as reliability analyses. This library provides a light interface to rand_distr and implements extra functionality.
Some essential distributions considered in this library are those classified as Extreme Value Distribution.
Structs§
- Distribution
Frechet - Implements the Frechet distribution
- Distribution
Gumbel - Implements the Gumbel distribution
- Distribution
Lognormal - Implements the Lognormal distribution
- Distribution
Normal - Implements the Normal distribution
- Distribution
Uniform - Implements the continuous Uniform distribution
- Histogram
- Implements a Histogram to count frequencies
- Statistics
- Holds basic statistics of a dataset
Traits§
- Probability
Distribution - Defines the Probability Distribution trait
Functions§
- get_rng
- Returns the thread-local random number generator, seeded by the system
- statistics
- Calculates basic statistics of a dataset
Type Aliases§
- StrError
- Defines the error output as a static string