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)
A list is returned with the following items:
The value of GCV/UBRE gradient.
The GCV/UBRE score value.
The value of the scale estimate.
The elements of the fitting procedure monogam.fit
for a given value of the smoothing parameter.
If check.analytical=TRUE
this returns the finite-difference approximation of the gradient.
If check.analytical=TRUE
this returns the relative difference (in
and finite differenced derivatives.
log of the initial values of the smoothing parameters.
a list of items needed to fit a SCAM.
Get the enviroment for the model coefficients, their derivatives and the smoothing parameter.
A list of fit control parameters as returned by scam.control
.
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