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


EnterStatValue

Declaration: TCurveFit.EnterStatValue (x,y: double): integer;
The function EnterStatValue is used to enter data points (defined by the parameters x and y) for later statistical evaluation. The function returns the number of data points entered since the last call to Init.

A maximum of approx. 2 billion data pairs can be stored; a larger number of calls to EnterStatValue results in a corrupted calculation of the statistical parameters. However, the maximum number of data points may be restricted by the available memory (each data point requires 16 bytes of storage space).