In one of my previous blog posts I showed how to implement and apply the Unscented Kalman Filter (UKF) in R.
In this post I will show how to predict future system states and observations with the UKF.
Continue reading R code for forecasting with the unscented Kalman filter