LogNormal

Description

The LogNormal fit function is defined by

\frac{Height}{x} \cdot exp^{-\frac{ln(x)-Location}{2 \times Scale^2}}

Properties (fitting parameters)

Name Default Description
Height 1.0 Overall scaling factor
Location 1.0 Natural logarithm of the geometric mean
Scale 1.0 Natural logarithm of the geometric standard deviation

Categories: FitFunctions | Peak

Source

C++ source: LogNormal.cpp

C++ header: LogNormal.h