WebCab Probability and Statistics for Delphi (.NET) v3.6

GeneralLinearEasy.TrendLinePolynomial Method

Fits a polynomial of a given degree to a data set in accordance with the least squares approach and returns the values of the fitted function for the x-coordinate values of the data set.

Overload List

Fits a polynomial of a given degree to a data set in accordance with the least squares approach and returns the values of the fitted function for the x-coordinate values of the data set.

public double[] TrendLinePolynomial(double[],double[],int);

Fits a polynomial of a given degree to a data set in accordance with the least squares approach and returns the values of the fitted function over an extended (i.e. above, below or both) range of the x-coordinate values of the given data set.

public double[][] TrendLinePolynomial(double[],double[],int,double,int,int);

See Also

GeneralLinearEasy Class | WebCab.Libraries.Statistics.CurveFitting Namespace | Allows the values of the fitted function to be evaluated over an extended range. That is, a range in the x-coordinate greater than the original given data set.