Forecast Modeling with different time period datas
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Adam
el 20 de Oct. de 2014
Comentada: Adam
el 21 de Oct. de 2014
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 comentarios
Respuesta aceptada
Roger Wohlwend
el 21 de Oct. de 2014
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.
Más respuestas (0)
Ver también
Categorías
Más información sobre Time Series Events en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!