ODIN
|
#include <fitting.h>
Public Member Functions | |
float | evaluate_f (float x) const |
fvector | evaluate_df (float x) const |
unsigned int | numof_fitpars () const |
fitpar & | get_fitpar (unsigned int i) |
Public Member Functions inherited from ModelFunction | |
Array< float, 1 > | get_function (const Array< float, 1 > &xvals) const |
A function to fit an exponential curve to an 1D data set. It uses the function
A * exp(lambda * x)
|
virtual |
Returns the first derivatives at position 'x'.
Implements ModelFunction.
|
virtual |
Returns the function value at position 'x'.
Implements ModelFunction.
|
virtual |
Returns reference to the i'th fitting parameter.
Implements ModelFunction.
|
virtual |
Returns the number of independent fitting parameters.
Implements ModelFunction.