Learn R Programming

tfarima (version 0.4.1)

ks: Kalman smoother for SS models

Description

ks computes smoothed states and their covariance matrices.

Usage

ks(mdl, x0 = NULL, P0 = NULL)

Arguments

mdl

an object of class ssm.

x0

initial state vector.

P0

covariance matrix of x0.