The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



StandardizeRows


Unit:SDL_matrix
Class:TMatrix
Declaration:procedure StandardizeRows (means, stddevs: TVector);

The method StandardizeRows standardizes the data rows of the matrix. This means that the elements of the data matrix are shifted and scaled in a way that each row of the matrix has thereafter a zero mean and unit standard deviation.

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

Hint: Background information on the standardization of data can be found in Fundamentals of Statistics.

 



Last Update: 2023-Feb-06