computeX2M1X2 | R Documentation |
Exploits the SVD of \bar{Z}_1
to compute
\bar{X}_{2}^{\top} \bar{M}_{1} \bar{X}_{2}
to avoid directly inverting
\bar{Z}_{1}^{\top} \bar{Z}_{1}
.
computeX2M1X2(
X2,
X2start,
qStart,
U,
UellStart,
ellStart,
psiStart,
gStart,
epsilonStart,
geB
)
X2 |
Design matrix for auxiliary regressors |
X2start |
Transformed design matrix for auxiliary regressors. Refers to
|
qStart |
Vector |
U |
|
UellStart |
Vector |
ellStart |
Vector |
psiStart |
Diagonal matrix |
gStart |
Derivative of dispersion parameter |
epsilonStart |
Scalar |
geB |
|
See section
"Simplification for computing \bar{X}_{2}^{\top} \bar{M}_{1} \bar{X}_{2}
"
in the appendix of \insertCitehuynhwals;textualWALS for details of the
implementation and for the definitions of arguments Uellstart
,
ellStart
, and geB
.
All parameters that contain "start" feature the starting values for the one-step ML estimation of submodels. See section "One-step ML estimator" of \insertCitehuynhwalsnb;textualWALS for details.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.