-1

I am trying to use ARIMA to forecast chemical concentrations in water tanks. I have a large dataset of around a million intervals, two minutes apart. When i use the autoarima in R i get a forecast looking like this:

Forecast

As you can see, it evens itself out, which makes larger forecasts quite useless. As far as i can read myself to, the frequency of the time series is what i need to address in the model. I just simply cannot find anywhere that explains this. Frequency in this case is not that there is two minutes between each observation, but is something along the lines of "twelve observations per year" for a monthly observation, where the seasons have an effect on the data.

Here is a plot of the data, if it helps Plot

and on a smaller scale: Smaller scale plot

  • 1
    Welcome to SO! Please read [ask] and give a [mcve] in your question! Do not use pictures to present your data! Read https://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example – jogo Nov 20 '18 at 10:24

1 Answers1

0

Have a look at this question and answer on stats stack exchange pretty much the same question, and the answer basically answers it.

Huy Pham
  • 151
  • 7