| Overload | Description |
|---|---|
| ZScore(String,Series) | Evaluates the z-score (often referred to as the standardized value) of an element series's element values. |
| ZScore(Series) | Evaluates the z-score (often referred to as the standardized value) of an element series's element values. |
| ZScore(SeriesCollection) | Evaluates the z-score (often referred to as the standardized value) of an element series's element values. |
The z-score denotes the number of standard deviations of a given element
of the data set is from the mean of the data set.