DataLab is a compact statistics package aiming at exploratory data analysis. Please visit the DataLab Web site for more information....


StandardizeColumns

Declaration: TMatrix.StandardizeColumns (Means, StdDevs: TVector);
The method StandardizeColumns standardizes the data columns of the matrix. This means that the elements of the data matrix are shifted and scaled in a way that each column of the matrix has a zero mean and unit standard deviation.

The means, and the standard deviations of all columns are returned in the parameters means and stddevs. The size of these vector parameters are automatically adjusted to NrOfColumns. The parameters means and stddevs may be set to NIL, if these results are not needed.