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.245-beta+94213ae9d4d0aa7a2c48e5398b12d267b99f868a
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