Autocorrelation and lags definition The 2019 Stack Overflow Developer Survey Results Are InDefinition of definitionDefinition of an “Experiment” in ProbabilityDefinition of Time SeriesIs distance between two graphs defined somehow?Definition of the autocorrelation in Time seriesDifference between a given percent and the totalDense and sparse graphsEdge correlation in a graph (Erdős-Rényi, Configuration model, ecc)Understanding the definition of continuity in real analysisQuestions about ARIMA modelling
Why hard-Brexiteers don't insist on a hard border to prevent illegal immigration after Brexit?
What does "fetching by region is not available for SAM files" means?
Why isn't the circumferential light around the M87 black hole's event horizon symmetric?
How can I autofill dates in Excel excluding Sunday?
How come people say “Would of”?
What tool would a Roman-age civilization have for the breaking of silver and other metals into dust?
Can one be advised by a professor who is very far away?
Is there any way to tell whether the shot is going to hit you or not?
A poker game description that does not feel gimmicky
Can we generate random numbers using irrational numbers like π and e?
What is the motivation for a law requiring 2 parties to consent for recording a conversation
Origin of "cooter" meaning "vagina"
How to answer pointed "are you quitting" questioning when I don't want them to suspect
What is the accessibility of a package's `Private` context variables?
Can you compress metal and what would be the consequences?
Why can Shazam fly?
If a Druid sees an animal’s corpse, can they wild shape into that animal?
Delete all lines which don't have n characters before delimiter
Where to refill my bottle in India?
For what reasons would an animal species NOT cross a *horizontal* land bridge?
How to notate time signature switching consistently every measure
Time travel alters history but people keep saying nothing's changed
Are there incongruent pythagorean triangles with the same perimeter and same area?
How to type this arrow in math mode?
Autocorrelation and lags definition
The 2019 Stack Overflow Developer Survey Results Are InDefinition of definitionDefinition of an “Experiment” in ProbabilityDefinition of Time SeriesIs distance between two graphs defined somehow?Definition of the autocorrelation in Time seriesDifference between a given percent and the totalDense and sparse graphsEdge correlation in a graph (Erdős-Rényi, Configuration model, ecc)Understanding the definition of continuity in real analysisQuestions about ARIMA modelling
$begingroup$
I'm looking for a way to define lags in autocorrelation graphs / corellograms. I understand how to interpret such a graph but can't define a lag in a clear concise manner. Does a definition for this concept already exist? If not, what would be a good way to construct it?
statistics stochastic-processes terminology definition correlation
$endgroup$
add a comment |
$begingroup$
I'm looking for a way to define lags in autocorrelation graphs / corellograms. I understand how to interpret such a graph but can't define a lag in a clear concise manner. Does a definition for this concept already exist? If not, what would be a good way to construct it?
statistics stochastic-processes terminology definition correlation
$endgroup$
add a comment |
$begingroup$
I'm looking for a way to define lags in autocorrelation graphs / corellograms. I understand how to interpret such a graph but can't define a lag in a clear concise manner. Does a definition for this concept already exist? If not, what would be a good way to construct it?
statistics stochastic-processes terminology definition correlation
$endgroup$
I'm looking for a way to define lags in autocorrelation graphs / corellograms. I understand how to interpret such a graph but can't define a lag in a clear concise manner. Does a definition for this concept already exist? If not, what would be a good way to construct it?
statistics stochastic-processes terminology definition correlation
statistics stochastic-processes terminology definition correlation
edited Apr 6 at 20:27
Alexander Gruber♦
20.1k25103174
20.1k25103174
asked Apr 3 at 16:36
Sammy.dSammy.d
467
467
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
You have a time series variable, $X$, with realizations at discrete points in time indexed by $t$, so the time series data is $x_1,x_2,ldots,x_T$.
An autocorrelation asks to what degree realizations with a certain time difference - a lag - co-move. For example, the autocorrelation with a lag of 1 would compute the correlation of the following pairs: $(x_1,x_2)$; $(x_2,x_3)$; $(x_3,x_4)$, and so on. Formally, the lag $l$ defines $Corr(x_t,x_t+l)$. Informally, the lag defines the time-distance for which you compare realizations of the time series.
An autocorrelation graph usually plots these correlations for different values of $l$, starting from $1$ to, say, $10$ (depends on context).
For example, $x_t$ could denote the price of Microsoft at the end of day $t$, and the autocorrelation with lag $l=1$ tells you how much the stock price co-moves from day to day. The lag $l=365$ tells you how much the stock price today co-moves with the stock price next year.
$endgroup$
$begingroup$
Thank you so much! You've put it so clearly.
$endgroup$
– Sammy.d
Apr 6 at 8:46
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
return StackExchange.using("mathjaxEditing", function ()
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix)
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
);
);
, "mathjax-editing");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "69"
;
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: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
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
,
noCode: 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%2fmath.stackexchange.com%2fquestions%2f3173466%2fautocorrelation-and-lags-definition%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$
You have a time series variable, $X$, with realizations at discrete points in time indexed by $t$, so the time series data is $x_1,x_2,ldots,x_T$.
An autocorrelation asks to what degree realizations with a certain time difference - a lag - co-move. For example, the autocorrelation with a lag of 1 would compute the correlation of the following pairs: $(x_1,x_2)$; $(x_2,x_3)$; $(x_3,x_4)$, and so on. Formally, the lag $l$ defines $Corr(x_t,x_t+l)$. Informally, the lag defines the time-distance for which you compare realizations of the time series.
An autocorrelation graph usually plots these correlations for different values of $l$, starting from $1$ to, say, $10$ (depends on context).
For example, $x_t$ could denote the price of Microsoft at the end of day $t$, and the autocorrelation with lag $l=1$ tells you how much the stock price co-moves from day to day. The lag $l=365$ tells you how much the stock price today co-moves with the stock price next year.
$endgroup$
$begingroup$
Thank you so much! You've put it so clearly.
$endgroup$
– Sammy.d
Apr 6 at 8:46
add a comment |
$begingroup$
You have a time series variable, $X$, with realizations at discrete points in time indexed by $t$, so the time series data is $x_1,x_2,ldots,x_T$.
An autocorrelation asks to what degree realizations with a certain time difference - a lag - co-move. For example, the autocorrelation with a lag of 1 would compute the correlation of the following pairs: $(x_1,x_2)$; $(x_2,x_3)$; $(x_3,x_4)$, and so on. Formally, the lag $l$ defines $Corr(x_t,x_t+l)$. Informally, the lag defines the time-distance for which you compare realizations of the time series.
An autocorrelation graph usually plots these correlations for different values of $l$, starting from $1$ to, say, $10$ (depends on context).
For example, $x_t$ could denote the price of Microsoft at the end of day $t$, and the autocorrelation with lag $l=1$ tells you how much the stock price co-moves from day to day. The lag $l=365$ tells you how much the stock price today co-moves with the stock price next year.
$endgroup$
$begingroup$
Thank you so much! You've put it so clearly.
$endgroup$
– Sammy.d
Apr 6 at 8:46
add a comment |
$begingroup$
You have a time series variable, $X$, with realizations at discrete points in time indexed by $t$, so the time series data is $x_1,x_2,ldots,x_T$.
An autocorrelation asks to what degree realizations with a certain time difference - a lag - co-move. For example, the autocorrelation with a lag of 1 would compute the correlation of the following pairs: $(x_1,x_2)$; $(x_2,x_3)$; $(x_3,x_4)$, and so on. Formally, the lag $l$ defines $Corr(x_t,x_t+l)$. Informally, the lag defines the time-distance for which you compare realizations of the time series.
An autocorrelation graph usually plots these correlations for different values of $l$, starting from $1$ to, say, $10$ (depends on context).
For example, $x_t$ could denote the price of Microsoft at the end of day $t$, and the autocorrelation with lag $l=1$ tells you how much the stock price co-moves from day to day. The lag $l=365$ tells you how much the stock price today co-moves with the stock price next year.
$endgroup$
You have a time series variable, $X$, with realizations at discrete points in time indexed by $t$, so the time series data is $x_1,x_2,ldots,x_T$.
An autocorrelation asks to what degree realizations with a certain time difference - a lag - co-move. For example, the autocorrelation with a lag of 1 would compute the correlation of the following pairs: $(x_1,x_2)$; $(x_2,x_3)$; $(x_3,x_4)$, and so on. Formally, the lag $l$ defines $Corr(x_t,x_t+l)$. Informally, the lag defines the time-distance for which you compare realizations of the time series.
An autocorrelation graph usually plots these correlations for different values of $l$, starting from $1$ to, say, $10$ (depends on context).
For example, $x_t$ could denote the price of Microsoft at the end of day $t$, and the autocorrelation with lag $l=1$ tells you how much the stock price co-moves from day to day. The lag $l=365$ tells you how much the stock price today co-moves with the stock price next year.
answered Apr 3 at 22:35
NamelessNameless
2,7531333
2,7531333
$begingroup$
Thank you so much! You've put it so clearly.
$endgroup$
– Sammy.d
Apr 6 at 8:46
add a comment |
$begingroup$
Thank you so much! You've put it so clearly.
$endgroup$
– Sammy.d
Apr 6 at 8:46
$begingroup$
Thank you so much! You've put it so clearly.
$endgroup$
– Sammy.d
Apr 6 at 8:46
$begingroup$
Thank you so much! You've put it so clearly.
$endgroup$
– Sammy.d
Apr 6 at 8:46
add a comment |
Thanks for contributing an answer to Mathematics 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%2fmath.stackexchange.com%2fquestions%2f3173466%2fautocorrelation-and-lags-definition%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