inferust 0.1.4

Statistical modeling for Rust — OLS regression, hypothesis tests, descriptive stats, and more. A statsmodels-style library.
Documentation
1
2
pub mod ols;
pub use ols::{Ols, OlsSolver};