[][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 (slices) held as one flat buff:&[f64]
dims: field stores the number of dimensions.
This is faster than vec of vecs but users have to handle the indices.

Traits

GMedian

Implementing methods operating on NDPoints (sets of n-dimensional points).

RStats

Implementing basic statistical measures.

Vectors

Implementing basic vector algebra.

Functions

sortf

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