Description Usage Arguments Details Value Note Author(s) References See Also Examples
MLE estimate of a nonlinear function. with hetro variance model function, and weights.
1 2 3 4 |
formula |
|
data |
list of data include responce and predictor. |
start |
list of parameter values of nonlinear model function (θ. |
vm |
optional covariance matrix. |
rm |
optional cholesky decomposition of covariance matrix. |
control |
list of |
varmodel |
|
tau |
list of initial values for variance model function |
... |
extra arguments to nonlinear regression model, heteroscedastic variance function, robust loss function or its tuning constants. |
Calculate Maximum Likelihood estimate in several sitautions, if varmodel
is given the hetroscedastic variance consider. If vm
or rm
is given, weighted is computing.
Depending given options different fitt object will result as follow
if vm=NULL and varmodel=NULLrepresent homogeneous and uncorrelated erro, output is nl.fitt
object generated by nlsqr
or nlsnm
for derivative based and derivative free method respectivly given by derivfree
option.
if vm=NULL and varmodel is given represent heteroscedastic variance case, output is nl.fitt.gn
generated by nl.robhetroWM
, depends on using derivative free method or no.
if vm is given represent general covariance matrix as weight, ouput is nl.fitt.gn
generated by nlsqr.gn
.
The objective function used in nl.robhetroWM
is general form of Likelihood, thus it can generate Least Square estimate using quadratic function, which can be accessed in nl.robfuncs[["least square"]] variable. It can include parameteric variance function also.
Due to compatibility it is beter to be called from nlr
function rather than direct call by user.
Hossein Riazoshams, May 2014. Email: riazihosein@gmail.com URL http://www.riazoshams.com/nlr/
Riazoshams, H,. 2010. Outlier detection and robust estimation methods for nonlinear regression having autocorrelated and heteroscedastic errors. PhD thesis disertation, University Putra Malaysia.
Riazoshams H, Midi H, and Ghilagaber G, 2018,. Robust Nonlinear Regression, with Application using R, Joh Wiley and Sons.
nlsqr.gn
, nl.robhetroWM
,nl.fitt
, nl.fitt.gn
, nlsnm
, nlsqr
, nlr.control
1 2 | ## The function is currently defined as
"nl.MLE"
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.