View source: R/kalman_filtering.R
kalman_filtering | R Documentation |
Compute the filtered estimation of the parameters theta
and P
.
kalman_filtering(X, y, theta1, P1, Q = 0, sig = 1)
X |
the explanatory variables |
y |
the time series |
theta1 |
initial |
P1 |
initial |
Q |
(optional, default |
sig |
(optional, default |
a list containing theta_arr
and P_arr
, the filtered estimation of
the parameters theta
and P
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.