Steady-State Covariance Matrix for the Latent Variables in the State Space Model
Source:R/simStateSpace-ssm-cov-eta.R
SSMCovEta.RdThe steady-state covariance matrix for the latent variables in the state space model \(\mathrm{Cov} \left( \boldsymbol{\eta} \right)\) is given by $$ \mathrm{vec} \left( \mathrm{Cov} \left( \boldsymbol{\eta} \right) \right) = \left( \mathbf{I} - \boldsymbol{\beta} \otimes \boldsymbol{\beta} \right)^{-1} \mathrm{vec} \left( \boldsymbol{\Psi} \right) $$ where \(\boldsymbol{\beta}\) is the transition matrix relating the values of the latent variables at the previous to the current time point and \(\boldsymbol{\Psi}\) is the covariance matrix of volatility or randomness in the process.
See also
Other Simulation of State Space Models Data Functions:
LinSDE2SSM(),
LinSDECovEta(),
LinSDECovY(),
LinSDEMeanEta(),
LinSDEMeanY(),
ProjectToHurwitz(),
ProjectToStability(),
SSMCovY(),
SSMMeanEta(),
SSMMeanY(),
SimAlphaN(),
SimBetaN(),
SimBetaN2(),
SimCovDiagN(),
SimCovN(),
SimIotaN(),
SimNuN(),
SimPhiN(),
SimPhiN2(),
SimSSMFixed(),
SimSSMIVary(),
SimSSMLinGrowth(),
SimSSMLinGrowthIVary(),
SimSSMLinSDEFixed(),
SimSSMLinSDEIVary(),
SimSSMOUFixed(),
SimSSMOUIVary(),
SimSSMVARFixed(),
SimSSMVARIVary(),
SpectralRadius(),
TestPhi(),
TestPhiHurwitz(),
TestStability(),
TestStationarity()