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


FillMatrixMasked

Declaration: FillMatrixMasked (var Mat TDouble2DArray; Value: double; MaskArray: TBool2DArray): integer;
The function FillMatrixMasked fills all cells of the matrix Mat which are not masked by the corresponding MaskArray by the value given by the parameter Value. Masked cells are left unchanged. In order to be masked the corresponding cell of MaskArray has to be set to TRUE. The function returns the following error codes:
 0 ... everything is OK
-1 ... size of Mat and MaskArray do not match
-2 ... Mat has no size at all