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


StandardizeNumCellRows

Declaration: TDataTable.StandardizeNumCellRows (var Means, StdDevs: TDoubleArray);
The method StandardizeNumCellRows standardizes the data rows of the numeric cells (cells which are neither marked as csNAN, nor as csUndefined and which belong to either interval or ratio scaled variables) of the data table. This means that the numeric elements of the data matrix are transformed in a way that each row of the matrix has a zero mean and a unit standard deviation. The means and the standard deviations of all rows are returned in the parameters Means and StdDevs. Rows which contain nominal or ordinal values are left unchanged. The lengths of the Means and StdDevs arrays are automatically adjusted to the number of rows of the matrix.