kfks_cpp: Kalman filter smoother

View source: R/RcppExports.R

kfks_cppR Documentation

Kalman filter smoother

Description

Kalman filter smoother

Usage

kfks_cpp(A, C, R, Q, data_wide, P1, dim_state, only_ll)

Arguments

A

n x r observation system matrix

C

r x r state transition matrix

R

n x n noise covariance matrix

Q

q x q error covariance matrix

data_wide

n x T data matrix

P1

r x r initial state variance matrix

dim_state

value r

only_ll

boolean, return only log-likelihood calculated with KFss


juhokalle/rmfd4dfm documentation built on July 18, 2024, 10:19 p.m.