Nonlinear Regression |
< Prev | Next > |
---|
Nonlinear regression module allows you to fit and analyze regression models of the general form
y = F(x,p) Where y is a response variable, x = (x1, x2, . . . xq) are values of the explanatory variables (written as a vector). q is the number of explanatory variables in the regression model. There are m parameters, p = (p1, p2, . . ., pm) in the model. F(x,p) is a function of explanatory variables and parameters. Maximum theoretical number of parameters is 32, maximum number of variables is 254. Ideally, x is assumed to be a deterministic, i.e. non-random vector, which is either purportedly set to prespecified values or its values are found out via an essentially error-free procedure. y depends on x, but the dependence is blurred by the presence of a random error e. Vector of model parameters p are estimated from data by the nonlinear least squares method. The user can specify a desired nonlinear model. Nonlinear Regression - Pdf manual
Examples of computations and output Windows for defining model and specifying parameters Check starting parameter estimates: Check final parameter estimates:
Graphical output:
Unzoomed plot:
Parameter estimates:
Correlation matrix of parameters:
|
< Prev | Next > |
---|