\(\renewcommand\AA{\unicode{x212B}}\)
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++ header: LogNormal.h
C++ source: LogNormal.cpp