Description Usage Arguments Details Value Note Author(s) References See Also Examples
Parameter inference for weighted M-estimate. WM-estimate is based on minimizing the robustified form of likelihood, simultanously over nonlinear function parameter and variance model parameters the the covariance of parameter, the estimate is assymptotically normal (See Lim et al.2010) with given covariance matric which compute for sample by the function.
1 | parInfer.WM(object, confidence = 0.95)
|
object |
|
confidence |
Confidence probability. |
Compute covariance matrix and confidence interval for nonlinear model function parameter and nonlinear variance model parameters.
covmat: |
Covariance matrix of nonlinear model function parameters. |
covtau |
Covariance matrix of nonlinear variance model parameters. |
parstdev |
Standard deviation of nonlinear model function parameter. It is square root of diagonal of |
CI |
Confidence interval for nonlinear model function parameter. |
ParInfer
method of nl.fitt.rgn
call this function automatically, so user might not call it directly.
This function call by nlr
, for compatibility it is better to call from nlr
rather than directly by user.
Hossein Riazoshams, May 2014. Email: riazihosein@gmail.com URL http://www.riazoshams.com/nlr/
Lim, C., Sen, P. K., Peddada, S. D. (2010). Statistical inference in nonlinear regression under heteroscedasticity. Sankhya B 72:202-218.
1 2 | ## The function is currently defined as
"parInfer.WM"
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.