|
|
|||
|
|
Standardize |
| Standardize[list] shifts and rescales the elements of list to have zero mean and unit sample variance. |
| Standardize[list, f1] shifts the elements in list by f1[list] and rescales them to have unit sample variance. |
| Standardize[list, f1, f2] shifts by f1[list] and scales by f2[list]. |
| Mean | StandardDeviation | zero mean and unit variance | |
| Mean | 1& | shift to mean 0 | |
| Median | 1& | shift by the median | |
| 0& | StandardDeviation | scale to have unit variance |