Forecast Modeling with different time period datas
2 次查看(过去 30 天)
显示 更早的评论
I want to model electricity price forecasting. However I have different time period datas. For example; I have hourly and daily datas for different variables. I do not know how to combine them in a model? Do you have any idea?
0 个评论
采纳的回答
Roger Wohlwend
2014-10-21
If you want to forecast hourly price movements then you have to ignore the daily data and work with the hourly data only. However, if you intend to forecast prices on a daily basis, use the whole dataset. For the hourly data use the latest data point of each day only. If you have the Financial toolbox, create a fints object for each time series and merge them with the function merge. In such a way it is quite easy to combine data with different frequencies.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Time Series Events 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!