Crate easy_stats

Source
Expand description

§Easy Stats

easy_stats is a collection of utility functions which make performing descriptive statistics easy

Functions§

mean
Calculate the mean from a list of numbers
std
Calculate the standard deviation of a list of numbers
variance
Calculate the variance from of a list of numbers