View source: R/kalman_smoothing.R
kalman_smoothing | R Documentation |
Compute the smoothed estimation of the parameters theta
and P
.
kalman_smoothing(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 smoothed 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.