1
2
3
4
5
6
//! A statistical library for Rust.

#![warn(missing_docs)]

pub mod distributions;
pub mod fundamental;
pub mod hypothesis_testings;