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


MeanCenterRowsOfMatrix

Declaration: MeanCenterRowsOfMatrix (Data: TDouble2DArray; var Means: TDoubleArray);
The function MeanCenterRowsOfMatrix transforms the two-dimensional array Data such that each row 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 rows of the array Data.