Data science on the hot path: in-process, zero-dependency statistical computing for Rust (distributions, hypothesis tests, resampling) validated against scipy
//! Positive-support distributions: exponential, gamma, weibull, lognormal, beta.
//! Each file implements the behaviour traits from the parent module for its
//! parameter struct.
pubmodbeta;pubmodexponential;pubmodgamma;pubmodlognormal;pubmodweibull;