[][src]Crate rstats

Modules

functions

Structs

MStats

Mean and standard deviation (or std ratio for geometric mean).

Med

Median and quartiles

Traits

MutVectors

Mutable primitive vector operations.
Some of the Vec trait methods reimplemented to mutate in-place (for efficiency).

Stats

Basic one dimensional (1-d) statistical measures. All these methods operate on only one vector (of data). They take no arguments.

VecVec

Methods applicable to sets of vectors

Vectors

Vector algebra on one or two vectors.