Apologies if this question has an obvious answer: I'm using the ARDL packages from statsmodels to construct a model using monthly data, and generating a forecast of 1 year. I've read documentation for the statsmodels package, but I'm still not entirely sure what kind of forecast is being carried out by forecast, or get_prediction. Are these sliding window forecasts or something else? Is there documentation someone could point me towards?
What kind of prediction does statsmodels use in the forecast and predict functions?
73 views Asked by elemn At
0
There are 0 answers
Related Questions in TIME-SERIES
- How to best compress timeseries into a different duration?
- Calculating the difference in dates in a Pandas GroupBy object
- Simple Python Median Filter for time series
- Converting time series to data frame, matrix, or table
- Highstock time series navigator blank
- How to compute relative difference in a circular domain (weekday) in R
- How to store and retrieve time series using google appengine using python
- Plotting multivariate time-series data in R
- Reintroduction of AR and GARCH processes in MATLAB
- value from a past, potentially missing month in dataframe
Related Questions in STATSMODELS
- Load local dataset into Python 3.4 Pandas statsmodel for Time Series
- How does "statsmodels.regression.linear_model. WLS" work?
- Calculate how a value differs from the average of values using the Gaussian Kernel Density (Python)
- Missing Significance level for Pearson Chi-Squared Test
- non Invertible of a ARIMA model
- Generalized Method of Moments Estimation in Python
- Evaluate slope and error for specific category for statsmodels ols fit
- Stationarity of a time series data
- Fortran run-time error when using statsmodels in Python
- Statsmodels mosaic plot ValueError: cannot convert float NaN to integer
Related Questions in FORECASTING
- weka API import
- Forecasting an Arima Model in R Returning Strange Error
- multiple seasonality-using Tbat() function ,-forecasting
- ETS multiplicative trend model written in state space form
- Forecast using auto.arima with help of dplyr groupby function
- SVM is not generating forecast using R
- In ETS packages can you use high frequency f=365..?
- Fitted values in R forecast missing date / time component
- Forecasting models for the following data
- time series forecasting using Support Vector Machine
Related Questions in ARDL
- Forecasting using model object from ARDL R package
- forecast::forecast.lm() Error: Error in attr(x, "tsp") <- c(1, NROW(x), 1) : invalid time series parameters specified
- Time series : Nonlinear NARDL in R with a dummy variable for structural Breaks
- Dynicam linear regression, lags produce NA values
- What kind of prediction does statsmodels use in the forecast and predict functions?
- reporting ARDL results in R
- ARDL model in R
- How to use fitted values after testing on stationarity
- Stargazer for ARDL package's output: 'Error: Unrecognized object type'
- Eviews ARDL shortrun coefficients with 0 lag variables
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Popular Tags
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)