Forecast Modeling with different time period datas

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?

 採用された回答

Roger Wohlwend
Roger Wohlwend 2014 年 10 月 21 日

0 投票

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.

1 件のコメント

Adam
Adam 2014 年 10 月 21 日
Hi Roger. Thank you for your reply at first. I wish to ignore all daily variables however hourly data and daily data are related each other. I have to know what is the effect each other to the model. Morever I have approx. 12 different data type and I am thinking to group them but I do not how to do it. For example I have x,y,z,t datas. I have to analysis firstly z,t data because I know its results effect to x more relaible. Than make analysis with others.
I am thinkinh of state space form of equation. For example x,y and z are the hourly datas however t is daily data. I can build a model with x,y,z and put the daily t data into the equation as a trend function in state-space form but I am really confused how to do it.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeTime Series Events についてさらに検索

質問済み:

2014 年 10 月 20 日

コメント済み:

2014 年 10 月 21 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by