gcv.ubre_grad | R Documentation |
For the estimation of the SCAM smoothing parameters the GCV/UBRE score is optimized outer to the Newton-Raphson procedure of the model fitting. This function returns the value of the GCV/UBRE score and calculates its first derivative with respect to the log smoothing parameter using the method of Wood (2009).
The function is not normally called directly, but rather service routines for bfgs_gcv.ubre
.
gcv.ubre_grad(rho, G, env, control)
rho |
log of the initial values of the smoothing parameters. |
G |
a list of items needed to fit a SCAM. |
env |
Get the enviroment for the model coefficients, their derivatives and the smoothing parameter. |
control |
A list of fit control parameters as returned by |
A list is returned with the following items:
dgcv.ubre |
The value of GCV/UBRE gradient. |
gcv.ubre |
The GCV/UBRE score value. |
scale.est |
The value of the scale estimate. |
object |
The elements of the fitting procedure |
dgcv.ubre.check |
If |
check.grad |
If |
Natalya Pya <nat.pya@gmail.com>
Pya, N. and Wood, S.N. (2015) Shape constrained additive models. Statistics and Computing, 25(3), 543-559
Pya, N. (2010) Additive models with shape constraints. PhD thesis. University of Bath. Department of Mathematical Sciences
Wood S.N. (2006) Generalized Additive Models: An Introduction with R. Chapman and Hall/CRC Press.
Wood, S.N. (2011) Fast stable restricted maximum likelihood and marginal likelihood estimation of semiparametric generalized linear models. Journal of the Royal Statistical Society: Series B. 73(1): 1–34
scam
, scam.fit
, bfgs_gcv.ubre
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.