WebCab Probability and Statistics for COM v3.6

GeneralLinear.BestFitValue Method 

Evaluates the value of the fitted regression function of best fit at a given point.

public double BestFitValue(
   double evaluationPoint
);

Parameters

evaluationPoint
The coordinate value of the point in the x-axis about which the value of the fitted function is evaluated.

Return Value

The value of the function of best fit at a given point on the x-axis.

Remarks

Dependencies

Note that before this method is called you are required to have already:

  1. Set the Function Basis using SetFunctionBasis
  2. Selected the function of best fit for the Function Basis and data set given using SetGeneralFit

See Also

GeneralLinear Class | WebCab.COM.Statistics.CurveFitting Namespace