Click or drag to resize

Fitting Class

This class contains functions for linear and polynomial regression
Inheritance Hierarchy
SystemObject
  RelaxIS_SDK.libMathFitting

Namespace: RelaxIS_SDK.libMath
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public class Fitting

The Fitting type exposes the following members.

Constructors
 NameDescription
Public methodFittingInitializes a new instance of the Fitting class
Top
Methods
 NameDescription
Public methodStatic memberLinearRegression(IEnumerableDouble, IEnumerableDouble) Calculates the ordinary least squares linear regression for the given X and Y data.
Public methodStatic memberLinearRegression(IEnumerableDouble, IEnumerableDouble, Double, Double) Calculates the ordinary least squares linear regression for the given X and Y data. Forces the line to pass through the ForceThroughX and ForceThroughY coordinates.
Top
See Also