Standardize

Declaration: TVector.Standardize (var mean, stddev: double);
The method Standardize standardizes the vector data. This means that all elements of the vector are shifted and scaled in a way that the vector elements show a zero mean and unit standard deviation. The mean and the standard deviation before standardization are returned in the parameters mean and stddev.