Defines multiple regression function.
The type describes the vectorized regression function of several regression parameters (B array) and multiple independent variables X. The TMultiRegressFun is used in several regression procedure. The X holds a list of independent variables and the result of the function is stored in to the Y parameter. The const parameter of "y" applies to the pointer and not to the contents of the object. When performance is not an issue, the TRegressFun can be easier to use.
Some examples of regression function: Polynomial of 2nd degree (parabola)
"Eckerle4" function from NIST files:
Copyright (c) 1999-2025 by Dew Research. All rights reserved.
|
What do you think about this topic? Send feedback!
|