Data science on the hot path: in-process, zero-dependency statistical computing for Rust (distributions, hypothesis tests, resampling) validated against scipy
//! Sampling-distribution family: chi-squared, Student's t, and F. Each file
//! implements the behaviour traits from the parent module for its parameter struct.
pubmodchi_squared;pubmodf_dist;pubmodstudents_t;