KalmanSmootherCpp: Runs a Kalman smoother

Description Usage Arguments Value

View source: R/RcppExports.R

Description

Runs a Kalman smoother

Usage

1
KalmanSmootherCpp(A, F, R, xitt, xittm, Ptt1, Pttm1)

Arguments

A

transition matrix

F

observation matrix

R

Observation covariance

xitt

State estimates

xittm

State predicted estimates

Ptt1

Variance estimates

Pttm1

Predicted variance estimates

Value

List of smoothed estimates


SebKrantz/dynfacto_R documentation built on Dec. 31, 2020, 4:30 p.m.