View source: R/select_Kalman_variances-statespace.R
select_Kalman_variances | R Documentation |
select_Kalman_variances
is a function to choose hyper-parameters of the
linear Gaussian State-Space Model with time-invariant variances. It relies on the
functions iterative_grid_search
and expectation_maximization
.
select_Kalman_variances(ssm, X, y, method = "igd", ...)
ssm |
the statespace object |
X |
explanatory variables |
y |
time series |
method |
(optional, default
|
... |
additional parameters |
a new statespace object with new values in kalman_params
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.