| Statistics Toolbox | Search  Help Desk |
| zscore |
Purpose
Syntax
Z = zscore(D)
Description
Z = zscore(D) returns the deviation of each column ofD from its mean, normalized by its standard deviation. This is known as the Z score of D.
For column vector V, Z score is Z = (V-mean(V))./std(V)