kalman_smoother_diag: Kalman Smoother Diagonal
Description
Kalman Smoother Diagonal
Usage
kalman_smoother_diag(y, A, C, Q, R, init_x, init_V, varagin)
Arguments
A
Matrix that update factors with VAR
C
Matrix that combine factors to explain the transformed data.
Q
Error variance in factor update.
R
Error variance in explain data from factors