[][src]Crate rstats

Modules

functions

Structs

MStats

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

Med

Median and quartiles

Traits

Indices

Methods to manipulate indices

MutVectors

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

Stats

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

VecVec

Methods applicable to sets of vectors.

VecVecu8

Minimal support also for sets of bytes of type Vec<Vec>

Vecf64

Vector algebra on one or two vectors.

Vecu8

Minimal support also for Vecu8