statsmodels forecasting using ARMA model
问题 I want to forecast timeseries data. I read in previous posts that module statsmodels has the required tool for using ARMA method for forecasting which is exactly the one I have been looking for. In spite of that I am having trouble in forecasting the data. Can someone explain the various parameters used in the model and/or provide a sample example? 回答1: The question is very general, for background information Rob Hyndman's link or any text book for time series analysis will be useful. Skipper