C# 클래스 ImsInformed.Statistics.LeastSquaresFitLine

상속: FitLine
파일 보기 프로젝트 열기: PNNL-Comp-Mass-Spec/IMS-Informed-Library

공개 메소드들

메소드 설명
LeastSquaresFitLine ( ) : System.Collections.Generic
LeastSquaresFitLine ( IEnumerable fitPoints ) : System.Collections.Generic

보호된 메소드들

메소드 설명
LeastSquaresFitLinear ( IEnumerable xyPoints, double &gain, double &offset ) : void

메소드 상세

LeastSquaresFitLine() 공개 메소드

public LeastSquaresFitLine ( ) : System.Collections.Generic
리턴 System.Collections.Generic

LeastSquaresFitLine() 공개 메소드

public LeastSquaresFitLine ( IEnumerable fitPoints ) : System.Collections.Generic
fitPoints IEnumerable
리턴 System.Collections.Generic

LeastSquaresFitLinear() 보호된 메소드

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