ProductLinearExp

Description

This fit function computes the product of a linear and exponential function. See ExpDecay and LinearBackground for details on the component functions.

(\mbox{A0}+\mbox{A1}\times x) \times  \mbox{Height}\times \exp(-\frac{x}{\mbox{Lifetime}})

This function may be used with the Fit v1 algorithm. However, it was originally added to Mantid as a named function for the purposes of detector efficiency calibration.

Properties (fitting parameters)

Name Default Description
A0 1.0  
A1 1.0  
Height 1.0  
Lifetime 1.0  

Categories: FitFunctions | Calibrate

Source

C++ source: ProductLinearExp.cpp

C++ header: ProductLinearExp.h