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.258-beta+f8b6aa3dbfe0b4cc2b0b0760dd5d2a3dd4f59d09
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