RJT1990 / pyflux

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

ARIMA model out-of-sample prediction #111

Closed qingyuanxingsi closed 6 years ago

qingyuanxingsi commented 6 years ago

Much thanks for your contribution, can I do out-of-sample prediction using fitted ARIMA model?If so,can you given a simple demo?It seems that there isn't any out-of-sample prediction method in the documentation.

RJT1990 commented 6 years ago

predict()

ghost commented 6 years ago

Predict(x) gives last x in sample prediction instead of out sample prediction. There seem to have some bug there.