compute 0.2.3

A crate for statistical computing.
Documentation
1
2
3
4
5
//! Methods for validating models.

mod resample;

pub use resample::*;