Description Usage Arguments Details Value Note Author(s) References See Also Examples
Two stage estimate for nonlinear regreession model with autocorrelated error.
1 2 3 |
formula |
nl.form object of the nonlinear function model. See |
data |
list of data with the response and predictor as name of variable. |
start |
list of starting value parameter, name of parameters must be represented as names of variable in the list. |
control |
nlr.control object, include tolerance, maxiter,... see |
correlation |
correlation structure, at the moment parameter of AR(p) process. |
... |
any argument pass to |
In first stage nonlinear regression parameter estimate and in second stage autocorrelation structure estimate and finally the generalized least square estimates the function model parameters.
fited |
|
tm |
fitted time series model for residuals. |
This function currently run with AR process. The robust estimate is don by nl.robcorrts
function.
This function called from nlr
function, since the correlation parameters have to be estimated it is more efficient to be called from nlr
rather than directly by user.
Hossein Riazoshams, Jul 2009. Email: riazihosein@gmail.com URL http://www.riazoshams.com/nlr/
Riazoshams, H., Midi, H., Sharipov, O. S.H, (2010). The Performance of Robust Two Stage Estimator in Nonlinear Regression with autocorrelated Error, Communications in Statistics - Simulation and Computation, 39: 1251-1268.
nl.robcorrts
, nlsqr.gn
, nl.fitt.gn
, nlr.control
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.