Description Usage Arguments Details Value Note Author(s) References See Also Examples
Transform R \times value and its gradient and hessian.
1 |
value |
A vector to be transformed by R-matrix. It must have gradient and hessian as attributes. |
rm |
The R-matrix, from QR decomposition. |
It is used to transfomr a nonlinear regression model by R matrix from QR decomposition of variance covariance matrix.
Is a transformed vector R \times V, and hessian and gradient as its attributes. Gradient is equal:
gradient= rm \times g
and hessian equal the three dimentional product:
hessian= h \%3d*m\% rm
.
It is used in generalized model. In both heteroscedastic and autocorrelated model will be applied.
This function call by nlr, it might not be called directly by user.
Hossein Riazoshams, May 2014. Email: riazihosein@gmail.com URL http://www.riazoshams.com/nlr/
Robust Nonlinear Regression, Theories and Methods with Practical Guides for R Packages. Riazoshams et al.
nlmest.NLM, nlmest.NLMf, nlmest.WF
1 2 | ## The function is currently defined as
"transform"
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.