Non Linear Regression
Nonlinear regression is a form of regression
analysis in which observational data are modeled by a function which is a
nonlinear combination of the model parameters and depends on one or more
independent variables. The data are fitted by a method of successive
approximations.
The Quant Express Non Linear Regression class determines the values
of parameters for any equation, whose form you specify, that cause the equation
to best fit a set of data values. It can handle linear, polynomial, exponential,
logistic, periodic, and general nonlinear functions. Unlike many "nonlinear"
regression programs that can only handle a limited set of function forms, our
library can handle essentially any function whose form you can specify
algebraically.
In this example, the random data are generated from the function y(x) with a0 = 2, a1 = 3 and a2 = -4.
|
|
|
|
NB: Multiple dimensions in X are supported too.
|
|
|
|
|
|
|
|
|
|

 | Loading… |
|