C# Class ImsInformed.Statistics.LeastSquaresFitLine

Inheritance: FitLine
Datei anzeigen Open project: PNNL-Comp-Mass-Spec/IMS-Informed-Library

Public Methods

Method Description
LeastSquaresFitLine ( ) : System.Collections.Generic
LeastSquaresFitLine ( IEnumerable fitPoints ) : System.Collections.Generic

Protected Methods

Method Description
LeastSquaresFitLinear ( IEnumerable xyPoints, double &gain, double &offset ) : void

Method Details

LeastSquaresFitLine() public method

public LeastSquaresFitLine ( ) : System.Collections.Generic
return System.Collections.Generic

LeastSquaresFitLine() public method

public LeastSquaresFitLine ( IEnumerable fitPoints ) : System.Collections.Generic
fitPoints IEnumerable
return System.Collections.Generic

LeastSquaresFitLinear() protected method

protected LeastSquaresFitLinear ( IEnumerable xyPoints, double &gain, double &offset ) : void
xyPoints IEnumerable
gain double
offset double
return void