Data science on the hot path: in-process, zero-dependency statistical computing for Rust (distributions, hypothesis tests, resampling) validated against scipy
//! Symmetric (or location-scale) distributions: normal, laplace, cauchy,
//! uniform. Each file implements the behaviour traits from the parent module for
//! its parameter struct.
pubmodcauchy;pubmodlaplace;pubmodnormal;pubmoduniform;