statistical

Function standard_scores

Source
pub fn standard_scores<T>(v: &[T]) -> Vec<T>
where T: Float,
Expand description

Standard score is a given datum’s (signed) number of standard deviations above the mean. (reference)[http://en.wikipedia.org/wiki/Standard_score] Method returns a vector of scores for a vector of inputs. scores[n] is the score of v[n]