transformSSM(object, type = c("ldl", "augment"))
"ldl"
performs LDL
decomposition for covariance matrix $H_t$, and
multiplies the observation equation with the
$L_t^{-1}$, so $\epsilon_t^* \sim
N(0,D_t)$. Option
"augment"
adds $\epsilon_t$ to
the state vectorIn case of a LDL decomposition, the new $H_t$ contains the diagonal part of the decomposition, whereas observations $y_t$ and system matrices $Z_t$ are multiplied with the inverse of $L_t$.