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.253-beta+ffb7163c9e3b771705bc5b9aa3f09870f2cb9e2c
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