WebCab Probability and Statistics for COM v3.6

GeneralLinearEasy Class

Allows the fitting to a number of standard function types where the fitting in each case can be achieved using only one static method call.

For a list of all members of this type, see GeneralLinearEasy Members.

System.Object
   GeneralLinearEasy

public class GeneralLinearEasy

Remarks

That is, we provide short-cuts to the curve fitting functionality offered by the more general curve fitting framework for linear functions provided within GeneralLinear.

Least Squares Approach

The least squares approach determines the line of best fit from the family of functions considered by finding the function where the sum of the squares of the distances between the points within the data set considered and the fitted curve in the y-direction is minimized.

Requirements

Namespace: WebCab.COM.Statistics.CurveFitting

Assembly: WebCab.COM.Statistics (in WebCab.COM.Statistics.dll)

See Also

GeneralLinearEasy Members | WebCab.COM.Statistics.CurveFitting Namespace