Internal function to compute one Fisher scoring step for GLMs. It constitutes the building block of the AIRWLS algorithm for the estimation of GMF models.
cpp.airwls.glmstep(
beta,
y,
X,
familyname,
linkname,
varfname,
offset,
weights,
penalty
)
current value of the regression coefficients to be updated
response vector
design matrix
model family name
link function name
variance function name
vector of constants to be added to the linear predictor
vector of constants non-negative weights
penalty parameter of a ridge-type penalty