Function statistical::standard_scores [] [src]

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

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]