Data science on the hot path: in-process, zero-dependency statistical computing for Rust (distributions, hypothesis tests, resampling) validated against scipy
//! Discrete distributions: binomial and poisson. Each file implements `Pmf`
//! alongside the cdf/quantile/moments/sample behaviour traits from the parent
//! module for its parameter struct.
pubmodbinomial;pubmodpoisson;