RJT1990 / pyflux

Open source time series library for Python
BSD 3-Clause "New" or "Revised" License
2.1k stars 240 forks source link

Generate forecasts from differenced ARIMA #89

Open ravitejar opened 7 years ago

ravitejar commented 7 years ago

Is there an easy way to get the forecasts and the fit graphs in original scale when we use ARIMA with d parameters.

adaj commented 7 years ago

This would be nice for me too. How can I get a predict plot with the original scale of my ts?