Why can't ARIMA model large lags and/or long range dependence? Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) 2019 Moderator Election Q&A - Questionnaire 2019 Community Moderator Election ResultsTime series prediction using ARIMA vs LSTMHow can I use machine learning methods on modelling time series data?MSE and time delay relationPlot of ACF & PACFHow to improve a regression prediction model for data with parameters which are out of sample range?Time Series prediction using LSTMs: Importance of making time series stationaryHow to identify ARIMA model parametersTime series on syslogsHow to Identify p (lag order) for ARIMA Model in PythonFitting model to differenced time series
A term for a woman complaining about things/begging in a cute/childish way
What to do with repeated rejections for phd position
The Nth Gryphon Number
What makes a man succeed?
Significance of Cersei's obsession with elephants?
Central Vacuuming: Is it worth it, and how does it compare to normal vacuuming?
Drawing spherical mirrors
How could we fake a moon landing now?
Sum letters are not two different
preposition before coffee
How do I find out the mythology and history of my Fortress?
Should a wizard buy fine inks every time he want to copy spells into his spellbook?
What order were files/directories output in dir?
Is there hard evidence that the grant peer review system performs significantly better than random?
Does the Mueller report show a conspiracy between Russia and the Trump Campaign?
How does light 'choose' between wave and particle behaviour?
Do wooden building fires get hotter than 600°C?
What does Turing mean by this statement?
Can a sorcerer use careful spell on himself?
How much damage would a cupful of neutron star matter do to the Earth?
Why is it faster to reheat something than it is to cook it?
Google .dev domain strangely redirects to https
How to write capital alpha?
1-probability to calculate two events in a row
Why can't ARIMA model large lags and/or long range dependence?
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)
2019 Moderator Election Q&A - Questionnaire
2019 Community Moderator Election ResultsTime series prediction using ARIMA vs LSTMHow can I use machine learning methods on modelling time series data?MSE and time delay relationPlot of ACF & PACFHow to improve a regression prediction model for data with parameters which are out of sample range?Time Series prediction using LSTMs: Importance of making time series stationaryHow to identify ARIMA model parametersTime series on syslogsHow to Identify p (lag order) for ARIMA Model in PythonFitting model to differenced time series
$begingroup$
ARIMA cannot model large lags(obtained from autocorrelation plot) and long range dependency(hurst exponent H > 0.5). Why is it so?
time-series prediction
$endgroup$
bumped to the homepage by Community♦ 24 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
$begingroup$
ARIMA cannot model large lags(obtained from autocorrelation plot) and long range dependency(hurst exponent H > 0.5). Why is it so?
time-series prediction
$endgroup$
bumped to the homepage by Community♦ 24 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
$begingroup$
ARIMA cannot model large lags(obtained from autocorrelation plot) and long range dependency(hurst exponent H > 0.5). Why is it so?
time-series prediction
$endgroup$
ARIMA cannot model large lags(obtained from autocorrelation plot) and long range dependency(hurst exponent H > 0.5). Why is it so?
time-series prediction
time-series prediction
asked Jul 28 '17 at 8:48
VaibVaib
62
62
bumped to the homepage by Community♦ 24 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 24 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
An ARIMA model with order of differencing d equal to 1 can model a time series with a unit root, which is a form of long-range dependence. If d=0 one has an ARMA model, which cannot model long-range dependence unless the number or AR or MA parameters is very high. To model long range dependence in a parsimonious manner, look at fractionally integrated ARMA models, known as ARFIMA models.
$endgroup$
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "557"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdatascience.stackexchange.com%2fquestions%2f21779%2fwhy-cant-arima-model-large-lags-and-or-long-range-dependence%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
An ARIMA model with order of differencing d equal to 1 can model a time series with a unit root, which is a form of long-range dependence. If d=0 one has an ARMA model, which cannot model long-range dependence unless the number or AR or MA parameters is very high. To model long range dependence in a parsimonious manner, look at fractionally integrated ARMA models, known as ARFIMA models.
$endgroup$
add a comment |
$begingroup$
An ARIMA model with order of differencing d equal to 1 can model a time series with a unit root, which is a form of long-range dependence. If d=0 one has an ARMA model, which cannot model long-range dependence unless the number or AR or MA parameters is very high. To model long range dependence in a parsimonious manner, look at fractionally integrated ARMA models, known as ARFIMA models.
$endgroup$
add a comment |
$begingroup$
An ARIMA model with order of differencing d equal to 1 can model a time series with a unit root, which is a form of long-range dependence. If d=0 one has an ARMA model, which cannot model long-range dependence unless the number or AR or MA parameters is very high. To model long range dependence in a parsimonious manner, look at fractionally integrated ARMA models, known as ARFIMA models.
$endgroup$
An ARIMA model with order of differencing d equal to 1 can model a time series with a unit root, which is a form of long-range dependence. If d=0 one has an ARMA model, which cannot model long-range dependence unless the number or AR or MA parameters is very high. To model long range dependence in a parsimonious manner, look at fractionally integrated ARMA models, known as ARFIMA models.
answered Jan 22 '18 at 22:04
FortrannerFortranner
1213
1213
add a comment |
add a comment |
Thanks for contributing an answer to Data Science Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdatascience.stackexchange.com%2fquestions%2f21779%2fwhy-cant-arima-model-large-lags-and-or-long-range-dependence%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown