inferust 0.1.0

Statistical modeling for Rust — OLS regression, hypothesis tests, descriptive stats, and more. A statsmodels-style library.
Documentation
1
2
3
pub mod anova;
pub mod chisq;
pub mod ttest;