C# Class ImsInformed.Statistics.LeastSquaresFitLine

Inheritance: FitLine
Afficher le fichier Open project: PNNL-Comp-Mass-Spec/IMS-Informed-Library

Méthodes publiques

Méthode Description
LeastSquaresFitLine ( ) : System.Collections.Generic
LeastSquaresFitLine ( IEnumerable fitPoints ) : System.Collections.Generic

Méthodes protégées

Méthode Description
LeastSquaresFitLinear ( IEnumerable xyPoints, double &gain, double &offset ) : void

Method Details

LeastSquaresFitLine() public méthode

public LeastSquaresFitLine ( ) : System.Collections.Generic
Résultat System.Collections.Generic

LeastSquaresFitLine() public méthode

public LeastSquaresFitLine ( IEnumerable fitPoints ) : System.Collections.Generic
fitPoints IEnumerable
Résultat System.Collections.Generic

LeastSquaresFitLinear() protected méthode

protected LeastSquaresFitLinear ( IEnumerable xyPoints, double &gain, double &offset ) : void
xyPoints IEnumerable
gain double
offset double
Résultat void