zima 0.1.0-alpha.2

An attempt to create a modern package for the needs of applied statistics
Documentation
1
2
3
4
5
6
7
8
9
mod variance;
mod cumulant;
mod skewness;
mod kurtosis;

pub use variance::Variance;
pub use cumulant::{ThirdCumulant, FourthCumulant};
pub use skewness::Skewness;
pub use kurtosis::Kurtosis;