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


Evaluate

Declaration: TCurveFit.Evaluate (XVal: double): double;
The function Evaluate evaluates the previously fitted regression model at the x position XVal.

Hint: The method Evaluate is comparable to the method Predict. However, Evaluate only returns the estimated y value and uses the previously calculated regression model as the evaluation function. If no regression model has been calculated the function returns a constant zero value, independent of XVal.