C# Class DAQ.Analyze.LorentzianFitter

A class to fit Lorentzians. Note that the standard normalised definition of the Lorentzian 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.
Inheritance: DAQ.Analyze.PeakFitter
Show file Open project: ColdMatter/EDMSuite Class Usage Examples

Public Methods

Method Description
LorentzianFitter ( ) : System

Private Methods

Method Description
lorentzian ( double parameters, double x, double &result, object obj ) : void

Method Details

LorentzianFitter() public method

public LorentzianFitter ( ) : System
return System