# rucm ### Implementation of Unobserved Components Models (UCM) in R ###
Unobserved Components Models (introduced in Harvey, A. (1989), Forecasting, structural time series models and the Kalman filter, Cambridge New York: Cambridge University Press) decomposes a time series into components such as trend, seasonal, cycle, and the regression effects due to predictor series which captures the salient features of the series to predict its behavior.
install.packages("rucm")
.predict.ucm()
to use argument
newdata
for causal forecasting.Issues can be reported here.
Changes: