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


Precision

Declaration: TMatrix.Precision [Index: integer]: integer;
The property Precision determines the format of the matrix elements when stored by the method StoreOnFile. The format is specified by two parts: the width of the numeric field (Index = 1) and the number of decimal places (Index = 2). The precision defaults to [15,-1] which results in an exponential notation with a width of 15 characters.