The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



EnterStatValue


Unit:SDL_math2
Class:TCurveFit
Declaration:procedure EnterStatValue (x,y: double);

The procedure EnterStatValue is used to enter data points for later statistical evaluation. The parameters x and y are of the type double. 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).

Example: This method is used in the following example program (see http://www.lohninger.com/examples.html for downloading the code): curvefit, spline



Last Update: 2007-Mai-19