C# 클래스 DAQ.Analyze.GaussianFitter

A class to fit Gaussians. Note that the standard normalised definition of the Gaussian is not used, rather one that has a peak height of 1 is used. This makes the estimated amplitude parameter more meaningful (i.e. it's the height of the peak). The w parameter that is returned is the FWHM. Again, this is slightly different to the usual definition of the Gaussian.
상속: DAQ.Analyze.PeakFitter
파일 보기 프로젝트 열기: ColdMatter/EDMSuite 1 사용 예제들

공개 메소드들

메소드 설명
GaussianFitter ( ) : System
returncenter ( ) : double

보호된 메소드들

메소드 설명
gaussian ( double parameters, double x, double &func, object obj ) : void

메소드 상세

GaussianFitter() 공개 메소드

public GaussianFitter ( ) : System
리턴 System

gaussian() 보호된 메소드

protected gaussian ( double parameters, double x, double &func, object obj ) : void
parameters double
x double
func double
obj object
리턴 void

returncenter() 공개 메소드

public returncenter ( ) : double
리턴 double