1
2
3
4
5
6
//! Statistics toolbox.

#[cfg(test)]
extern crate assert;

pub mod moment;