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.232-beta+203aa83a5a82d50f387e69875549969ad138d6e0
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