Description Usage Arguments Details Value Note Author(s) References See Also Examples
Robust Two stage estimate for nonlinear regreession model with autocorrelated error.
dfr.robcorrts is derivative free version.
1 2 3 4 | nl.robcorrts(formula, data, start = getInitial(formula, data),
control = nlr.control(tolerance = 0.001, minlanda = 1/2^10,
maxiter = 25 * length(start)), correlation = list(StructName = "NAN",
manualcorr = NULL), robfunc, ...)
|
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. |
robfunc |
|
... |
any other argument pass to |
In first stage nonlinear regression parameter estimate by robust MM method, and in second stage autocorrelation structure estimate and finally the generalized MM-estimates the function model parameters.
t2st <- nlmest.NLM(formula, data=data, start=st,robfunc=robfunc,vm=vmat,rm=rmat,control=control,...) result <- list(fited=t2st,tm=tm)
fited |
|
tm |
fitted time series model for residuals. |
This function currently run with AR process. The classic estimate is don by nl.corrts function.
This function call from nlr, due to compatibility it is more efficient to call nlr by user rather than this function explicitly.
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.corrts, nlmest.NLM, nl.robcorrts, nlsqr.gn, nl.fitt.gn, nlr.control
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.