Define-Constant-Relate-to-Input-Data
Last Update: 6/6/2023
If your user-defined fitting function has constant related to input data, you can define it as a parameter and fix it to initial formula.
For example, to define following fitting function
y = y_min + (y_max-y_min)*exp(-k*x)
where k is the parameter to calculate, and y_max and y_min are constants related to input data - y_max is the maximum of Y dataset and y_min is the minimum.
To define constant y_max and y_min in Origin,
Keywords:user defined function, initial value, nonlinear curve fit, constant, metadata