Steady-State Covariance Matrix for the Latent Variables in the State Space Model
Source:R/simStateSpace-ssm-cov-eta.R
SSMCovEta.Rd
The 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()
,
SSMCovY()
,
SSMMeanEta()
,
SSMMeanY()
,
SimAlphaN()
,
SimBetaN()
,
SimCovDiagN()
,
SimCovN()
,
SimIotaN()
,
SimPhiN()
,
SimSSMFixed()
,
SimSSMIVary()
,
SimSSMLinGrowth()
,
SimSSMLinGrowthIVary()
,
SimSSMLinSDEFixed()
,
SimSSMLinSDEIVary()
,
SimSSMOUFixed()
,
SimSSMOUIVary()
,
SimSSMVARFixed()
,
SimSSMVARIVary()
,
TestPhi()
,
TestStability()
,
TestStationarity()