[][src]Crate rstats

Modules

f64impls
i64impls
tests
vimpls

Structs

MStats

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

Med

Median and quartiles

NDPoints

Set of n dimensional points (vectors) as one flat &[f64] (buff field);
n is therefore the length of each vector and is stored as dims field. The number of points held by instance s is s.buff.len()/s.dims

Traits

GMedian
RStats
Vectors

Functions

sortf

Sorts a mutable Vec in place.
It is the responsibility of the user to ensure that there are no NaNs etc.