Click or drag to resize

CurveFit Class

Linear regression algorithm.
Inheritance Hierarchy
SystemObject
  GSF.NumericalAnalysisCurveFit

Namespace: GSF.NumericalAnalysis
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.256-beta+0e7e94d39a9b10efe7e26e3b8d5130afc0dd4d74
Syntax
public static class CurveFit
View Source

The CurveFit type exposes the following members.

Methods
 NameDescription
Public methodStatic memberCompute(Int32, IEnumerablePoint) Computes linear regression over given values.
Public methodStatic memberCompute(Int32, IListDouble, IListDouble) Computes linear regression over given values.
Public methodStatic memberLeastSquares Uses least squares linear regression to estimate the coefficients a, b, and c from the given (x,y,z) data points for the equation z = a + bx + cy.
Top
See Also