Gaussian¶
Description¶
A Gaussian function (also referred to as a normal distribution) is defined as:
where
Height - height of peak
PeakCentre - centre of peak
Sigma - Gaussian width parameter
Note that the FWHM (Full Width Half Maximum) of a Gaussian equals
The integrated peak intensity for the Gaussian is given by
The uncertainty for the intensity is:
The figure below illustrate this symmetric peakshape function fitted to a TOF peak:

Properties (fitting parameters)¶
Name |
Default |
Description |
---|---|---|
Height |
0.0 |
Height of peak |
PeakCentre |
0.0 |
Centre of peak |
Sigma |
0.0 |
Width parameter |
Categories: FitFunctions | Peak | Muon\MuonModelling
Source¶
C++ header: Gaussian.h
C++ source: Gaussian.cpp