Description Usage Arguments Details Value Note Author(s) References See Also Examples
View source: R/transformNR.R View source: R/transform.R
This function compute the standard deviation of an output from a parameteric nonlinear variance function object, usualy stored as nl.form
. The gradient and hessian attributes also will be transformed.
transfquadvec
transform a vector similarly.
1 | transfquad(varcomp)
|
varcomp |
Is vector of variances, with (n by p) |
The standard deviation is simply square root of variance. The gradinet is transformed of square root of gradient. Hessian is transformed of second derivative of square root function as well.
Vector of transformed standard deviation, including (n by p) "gradient"
and (three dimentional n by p by p) "hessian"
attributes.
In nlr
variance function is stored in nl.form
for computations.
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/
Riazoshams H, Midi H, and Ghilagaber G, 2018,. Robust Nonlinear Regression, with Application using R, Joh Wiley and Sons.
1 2 | ## The function is currently defined as
"transfquad"
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.