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....



MeanCenterColumnsOfArray


Unit:SDL_openarrays
Class: none
Declaration: procedure MeanCenterColumnsOfArray (Data: TDouble2DArray; var Means: TDoubleArray);

The function MeanCenterColumnsOfArray transforms the array Data such that each column exhibits a zero mean. The found means are returned in the array Means. Please note that the size of the array Means is automatically adjusted to the number of columns of the array Data.



Last Update: 2023-Feb-06