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


MeanCenterColumnsOfMatrix

Declaration: MeanCenterColumnsOfMatrix (Data: TDouble2DArray; var Means: TDoubleArray);
The function MeanCenterColumnsOfMatrix transforms the two-dimensional array Data such that each column exhibits a zero mean. The found means are returned in the one-dimensional array Means. Please note that the size of the array Means is automatically adjusted to the number of columns of the array Data.