Learn R Programming

nowcasting (version 0.0.82)

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

y

xxx

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

init_x

xxx

init_V

xxx

varagin

xxx