Description Usage Arguments Details Value Note Author(s) References See Also Examples
Detecting outlier for nonlinear regression, is based on mixing robust estimates and statsitics measures.
1 | nlout(nlfited)
|
nlfited |
Object of type |
The outlier detection measutred used in this function are studentized residuals and Cook Distance. They are mixture of estimators and Jacobians. They are successful for detecting outlier only if combine with robust fits, eventhough the function can work with classic fits but it is not recomended.
Result is list of nl.robmeas
objects for each statistics.
"vmat" |
variance covariance matrix of parameters σ^2 (\nabla f(θ)'\nabla f(θ))^{-1}) |
"d.yhat" |
predicted values after rremoving a point \hat y_{(-i)} |
"studres" |
|
"cook" |
|
"mahd.v" |
|
"mahd.dt" |
|
"mahd.xs" |
|
"hadi" |
|
"potmah" |
|
"delstud" |
|
"dffits" |
|
"atk" |
|
"mvedta" |
|
"mvex" |
|
"dfbetas" |
|
This function return back all resutls and statistics but, Riazoshams (2009) showed studentized residuals and Cook distance when combine with robust estimators can detect outliers correctly. Thus to identify outlier correctly first estimate the parameters bu robust options of nlr
function then call nlout
, finally look at the list values "studres"
and "cook"
from the result list.
The plot
and other methods of nl.robmeas
display the results visually.
Hossein Riazoshams, Dec 2008 Email: riazihosein@gmail.com URL http://www.riazoshams.com/nlr/
Riazoshams H, Habshah M and Adam MB 2009 On the outlier detection in nonlinear regression. 3(12), 243-250.
nl.fitt
, nl.fitt.gn
, nl.fitt
, nl.fitt.gn
, nl.fitt.rob
, nl.fitt.rgn
, nl.robmeas
, nlr
, nlout.JL
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.