Description Usage Arguments Details Value Note Author(s) References See Also Examples
Detecting outlier for nonlinear regression, is based on mixing statsitics measures and robust estimates through their covariance matrices (hat matrix). The covariance matrix in nonlinear is based on the gradient of nonlinear regression model, but it based on linear approximation of the model, instead Jacobian Leverage is used in this function.
1 | nlout.JL(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. Riazoshams and Midi (2014)
Result is list of nl.robmeas
objects for each statistics.
"jl.vmat" |
Jacobian-leverage matrix. |
"jl.studres" |
|
"jl.cook" |
|
"jl.hadi" |
|
"jl.delstud" |
|
"jl.dffits" |
|
"jl.atk" |
|
This function return back all resutls and statistics based on Jacobian leverage, but Riazoshams (2014) showed studentized residuals 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 "jl.delstud"
from the result list.
The plot
and other methods of nl.robmeas
display the results visually.
Hossein Riazoshams, Jan 2010. 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.
Riazoshams H and Midi H 2014 Robust Leverage and outlier detection measures in nonlienar regression, 2014 (Unpublished manuscript).
nl.fitt
, nl.fitt.gn
, nl.fitt
, nl.fitt.gn
, nl.fitt.rob
, nl.fitt.rgn
, nl.robmeas
, nlr
, nlout
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.