kalman {hdiVAR} | R Documentation |
kalman filtering and smoothing for vector autoregression with measurement error
Description
kalman filtering and smoothing for vector autoregression with measurement error
Usage
kalman(Y,A,sig_eta,sig_epsilon,X_init=NULL,P_init=NULL)
Arguments
Y |
observations of time series, a p by T matrix. |
A |
current estimate of transition matrix. |
sig_eta |
current estiamte of |
sig_epsilon |
current estiamte |
X_init |
inital estimate of latent |
P_init |
inital covariance estimate of latent |
Value
a list of conditional expectations and covariances of x_t
's.
Author(s)
Xiang Lyu, Jian Kang, Lexin Li
[Package hdiVAR version 1.0.2 Index]