incr_stats 1.0.2

Fast, scalable, incremental descriptive statistics in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub mod batch;
pub mod error;
pub mod incr;
pub mod vec;

#[cfg(test)]
mod tests {
    mod array_test;
    mod batch_test;
    pub mod check;
    mod equivalence_test;
    mod incr_test;
    mod vec_test;
}