Loading [MathJax]/jax/output/HTML-CSS/jax.js

Gaussian

Description

A Gaussian function (also referred to as a normal distribution) is defined as:

Heightexp(0.5(xPeakCentre)2Sigma2)

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 22ln2Sigma.

The integrated peak intensity for the Gaussian is given by heightsigma2π.

The uncertainty for the intensity is: intensity(δheightheight)2+(δsigmasigma)2.

The figure below illustrate this symmetric peakshape function fitted to a TOF peak:

GaussianWithConstBackground.png

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

Source

C++ header: Gaussian.h (last modified: 2021-05-26)

C++ source: Gaussian.cpp (last modified: 2021-05-26)