\(\renewcommand\AA{\unicode{x212B}}\)
LinearBackground¶
Description¶
A linear background function is defined as:
\[y = A_0 + A_1 \times x\]
Note this function is currently named LinearBackground and is likely to be renamed to Linear in the not too distance future.
Properties (fitting parameters)¶
Name |
Default |
Description |
---|---|---|
A0 |
0.0 |
coefficient for constant term |
A1 |
0.0 |
coefficient for linear term |
Categories: FitFunctions | Background
Source¶
C++ header: LinearBackground.h
C++ source: LinearBackground.cpp