Crate rstats[][src]

Modules

functions

Structs

MStats

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

Med

Median and quartiles

Traits

Indices

Methods to manipulate indices of Vec type

MutVectors

Mutable vector operations. Some of the vectors trait methods reimplemented here for efficiency, to mutate in-place

Stats

Basic one dimensional (1-d) statistical measures and ranking. These methods operate on just one vector (of data) and take no arguments.

VecVec

Methods applicable to vector of vectors of

VecVecu8

Some support for self argument of Vec<Vec> type (vector of vectors of bytes)

Vecf64

Vector algebra on one or two vectors.

Vecu8

Some support for Vec (vector of bytes)