Description Usage Arguments Value Author(s) Examples
View source: R/package_functions.R
Kim filter (Hamilton + Kalman filter) an estimated model from ms_dcf_estim
1 | ms_dcf_filter(y, model, plot = F)
|
y |
Multivariate time series of data values. May also contain a date column. |
model |
Structural time series model estimated using ms_dcf_estim. |
plot |
Logial, whether to plot the output or not. |
List of data tables containing the filtered and smoothed series.
Alex Hubbard (hubbard.alex@gmail.com)
1 | ms_dcf_filter(y = DT[, c("date", "y")], model = model)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.