MortSmooth.BcoefB {MortalitySmooth} | R Documentation |
This is an internal function of package MortalitySmooth
which
compute the linear predictor and the RHS of the IWLS algorithm for 2D
penalized B-splines within the function Mort2Dsmooth
.
MortSmooth.BcoefB(X1, X2, mat)
X1 |
First marginal matrix. |
X2 |
Second marginal matrix. |
mat |
matrix to be multiplied. |
Internal function used for compution elements within the
Mort2Dsmooth
function.
A matrix that multiplies X1
by mat
and the transpose of
X2
.
Carlo G Camarda
Mort2Dsmooth
, Mort2Dsmooth.estimate
.