ks: Kalman smoother for SS models

View source: R/stsm.R

ksR Documentation

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.


tfarima documentation built on Nov. 5, 2025, 7:43 p.m.