필터 지우기
필터 지우기

forecasting prices with ARMA model

조회 수: 1 (최근 30일)
Ruben
Ruben 2013년 2월 24일
I am trying to forecast prices (timeseries) with an ARMA model, it is a small part of the model I am building for my master's thesis but I have never really used it. Suppose I want to have a prediction of the three upcoming timeslots, with data from the past. How should I model this in matlab? Now I have:
a = [0; 1; 1.5; 2; 2.2; 2.3; 2.4]
b = forecast(armax,a,3)
which returns:
Error using armax (line 78)
Not enough input arguments.
so my questions are:
  1. What input arguments should I include, the documentation is not very clear to me.
  2. Does the forecast function use all past data ( a in the above example), is there a way to make it use only the past x data points?
Thanks

답변 (0개)

카테고리

Help CenterFile Exchange에서 Conditional Mean Models에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by