Crate rstats[][src]

Modules

Macros

macro here!() gives &str with the current file:line path::function for error messages.

Structs

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

Median and quartiles

Traits

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

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

Methods applicable to vector of vectors of

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

Vector algebra on one or two vectors.

Some support for Vec (vector of bytes)

Functions

Helper function to format in green a single item.