gam.reparam Finding stable orthogonal re-parameterization of the square root penalty.
 Description
INTERNAL function for finding an orthogonal re-parameterization which avoids "dominant machine zero leakage" between components of the square root penalty.
Usage
gam.reparam(rS, lsp, deriv)
Arguments
| rS | list of the square root penalties: last entry is root of fixed penalty, if  | 
| lsp | vector of log smoothing parameters. | 
| deriv | if  | 
Value
A list containing
- 
S: the total penalty matrix similarity transformed for stability.
- 
rS: the component square roots, transformed in the same way.
- 
Qs: the orthogonal transformation matrixS = t(Qs)%*%S0%*%Qs, whereS0is the untransformed total penalty implied byspandrSon input.
- 
det: log|S|.
- 
det1: dlog|S|/dlog(sp) ifderiv >0.
- 
det2: hessian of log|S| wrt log(sp) ifderiv>1.
Author(s)
Simon N. Wood <[email protected]>.
    Copyright (©) 1999–2012 R Foundation for Statistical Computing.
Licensed under the GNU General Public License.