select_Kalman_variances {viking} | R Documentation |
Select time-invariant variances of a State-Space Model
Description
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
.
Usage
select_Kalman_variances(ssm, X, y, method = "igd", ...)
Arguments
ssm |
the statespace object |
X |
explanatory variables |
y |
time series |
method |
(optional, default
|
... |
additional parameters |
Value
a new statespace object with new values in kalman_params
[Package viking version 1.0.2 Index]