
Variance-covariance (non-Cholesky) Omega parameterization derivatives
Source:R/omegaVarCov.R
rxOmegaVarCovDeriv.RdA non-Cholesky Omega path that differentiates with respect to the
variance-covariance entries directly (for reporting SEs on the natural scale
or building an analytic covariance over the Omega elements). Returns
Omega^{-1}, log|Omega|, and their first (and optionally second)
derivatives with respect to each free lower-triangular element
omega_{ab}, via
Value
a list with omegaInv, logDet, the free-element index matrix
elements (each row c(a, b), a >= b), first derivatives
dOmegaInv / dLogDet, and (when order = 2) second derivatives
d2OmegaInv / d2LogDet.