Crate russell_stat

Crate russell_stat 

Source
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§

DistributionFrechet
Implements the Frechet distribution
DistributionGumbel
Implements the Gumbel distribution
DistributionLognormal
Implements the Lognormal distribution
DistributionNormal
Implements the Normal distribution
DistributionUniform
Implements the continuous Uniform distribution
Histogram
Implements a Histogram to count frequencies
Statistics
Holds basic statistics of a dataset

Traits§

ProbabilityDistribution
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