How should I interpret a symmetrical autocorrelation plot?

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty margin-bottom:0;







up vote
1
down vote

favorite
1












I have plotted a time series using pandas autocorrelation_plot and mathplotlibs acorr.



Mathplotlib acorr plot



Notice that the above mathplotlibs image is symmetrical, what would this mean?










share|cite|improve this question









New contributor




Jim is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.

























    up vote
    1
    down vote

    favorite
    1












    I have plotted a time series using pandas autocorrelation_plot and mathplotlibs acorr.



    Mathplotlib acorr plot



    Notice that the above mathplotlibs image is symmetrical, what would this mean?










    share|cite|improve this question









    New contributor




    Jim is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.





















      up vote
      1
      down vote

      favorite
      1









      up vote
      1
      down vote

      favorite
      1






      1





      I have plotted a time series using pandas autocorrelation_plot and mathplotlibs acorr.



      Mathplotlib acorr plot



      Notice that the above mathplotlibs image is symmetrical, what would this mean?










      share|cite|improve this question









      New contributor




      Jim is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      I have plotted a time series using pandas autocorrelation_plot and mathplotlibs acorr.



      Mathplotlib acorr plot



      Notice that the above mathplotlibs image is symmetrical, what would this mean?







      time-series forecasting autocorrelation






      share|cite|improve this question









      New contributor




      Jim is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      share|cite|improve this question









      New contributor




      Jim is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      share|cite|improve this question




      share|cite|improve this question








      edited 3 mins ago





















      New contributor




      Jim is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked 2 hours ago









      Jim

      1084




      1084




      New contributor




      Jim is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      Jim is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      Jim is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.




















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          2
          down vote



          accepted










          The autocorrelation is the cross correlation of a signal with itself. Unlike the cross correlation between two different signals, the autocorrelation is always symmetric about zero (i.e. equal at lags $+tau$ and $-tau$). Because the positive and negative halves of the autocorrelation function are redundant, sometimes only the positive half is plotted, as in your first plot. If you plotted the negative half as well, it would be symmetric like your second plot.






          share|cite|improve this answer




















          • Clear and concise answer, thank you!
            – Jim
            13 mins ago






          • 1




            (+1) Otherwise put, the correlation between some $x$ at time $t$ and at time $t + tau$ is identical to the correlation between those quantities the other way round, just as the correlation between $x$ and $y$ is the same as that between $y$ and $x$. The detail that there are some $t$ without a corresponding $t + tau$ is solved by the correlation being defined only when both values are present (as is also true for $x$ and $y$, as in real datasets missing values are always possible). It's the same story if you think in terms of $t$ and $t - tau$.
            – Nick Cox
            7 mins ago











          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: "65"
          ;
          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',
          convertImagesToLinks: false,
          noModals: false,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );






          Jim is a new contributor. Be nice, and check out our Code of Conduct.









           

          draft saved


          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstats.stackexchange.com%2fquestions%2f369425%2fhow-should-i-interpret-a-symmetrical-autocorrelation-plot%23new-answer', 'question_page');

          );

          Post as a guest






























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          up vote
          2
          down vote



          accepted










          The autocorrelation is the cross correlation of a signal with itself. Unlike the cross correlation between two different signals, the autocorrelation is always symmetric about zero (i.e. equal at lags $+tau$ and $-tau$). Because the positive and negative halves of the autocorrelation function are redundant, sometimes only the positive half is plotted, as in your first plot. If you plotted the negative half as well, it would be symmetric like your second plot.






          share|cite|improve this answer




















          • Clear and concise answer, thank you!
            – Jim
            13 mins ago






          • 1




            (+1) Otherwise put, the correlation between some $x$ at time $t$ and at time $t + tau$ is identical to the correlation between those quantities the other way round, just as the correlation between $x$ and $y$ is the same as that between $y$ and $x$. The detail that there are some $t$ without a corresponding $t + tau$ is solved by the correlation being defined only when both values are present (as is also true for $x$ and $y$, as in real datasets missing values are always possible). It's the same story if you think in terms of $t$ and $t - tau$.
            – Nick Cox
            7 mins ago















          up vote
          2
          down vote



          accepted










          The autocorrelation is the cross correlation of a signal with itself. Unlike the cross correlation between two different signals, the autocorrelation is always symmetric about zero (i.e. equal at lags $+tau$ and $-tau$). Because the positive and negative halves of the autocorrelation function are redundant, sometimes only the positive half is plotted, as in your first plot. If you plotted the negative half as well, it would be symmetric like your second plot.






          share|cite|improve this answer




















          • Clear and concise answer, thank you!
            – Jim
            13 mins ago






          • 1




            (+1) Otherwise put, the correlation between some $x$ at time $t$ and at time $t + tau$ is identical to the correlation between those quantities the other way round, just as the correlation between $x$ and $y$ is the same as that between $y$ and $x$. The detail that there are some $t$ without a corresponding $t + tau$ is solved by the correlation being defined only when both values are present (as is also true for $x$ and $y$, as in real datasets missing values are always possible). It's the same story if you think in terms of $t$ and $t - tau$.
            – Nick Cox
            7 mins ago













          up vote
          2
          down vote



          accepted







          up vote
          2
          down vote



          accepted






          The autocorrelation is the cross correlation of a signal with itself. Unlike the cross correlation between two different signals, the autocorrelation is always symmetric about zero (i.e. equal at lags $+tau$ and $-tau$). Because the positive and negative halves of the autocorrelation function are redundant, sometimes only the positive half is plotted, as in your first plot. If you plotted the negative half as well, it would be symmetric like your second plot.






          share|cite|improve this answer












          The autocorrelation is the cross correlation of a signal with itself. Unlike the cross correlation between two different signals, the autocorrelation is always symmetric about zero (i.e. equal at lags $+tau$ and $-tau$). Because the positive and negative halves of the autocorrelation function are redundant, sometimes only the positive half is plotted, as in your first plot. If you plotted the negative half as well, it would be symmetric like your second plot.







          share|cite|improve this answer












          share|cite|improve this answer



          share|cite|improve this answer










          answered 33 mins ago









          user20160

          14.4k12351




          14.4k12351











          • Clear and concise answer, thank you!
            – Jim
            13 mins ago






          • 1




            (+1) Otherwise put, the correlation between some $x$ at time $t$ and at time $t + tau$ is identical to the correlation between those quantities the other way round, just as the correlation between $x$ and $y$ is the same as that between $y$ and $x$. The detail that there are some $t$ without a corresponding $t + tau$ is solved by the correlation being defined only when both values are present (as is also true for $x$ and $y$, as in real datasets missing values are always possible). It's the same story if you think in terms of $t$ and $t - tau$.
            – Nick Cox
            7 mins ago

















          • Clear and concise answer, thank you!
            – Jim
            13 mins ago






          • 1




            (+1) Otherwise put, the correlation between some $x$ at time $t$ and at time $t + tau$ is identical to the correlation between those quantities the other way round, just as the correlation between $x$ and $y$ is the same as that between $y$ and $x$. The detail that there are some $t$ without a corresponding $t + tau$ is solved by the correlation being defined only when both values are present (as is also true for $x$ and $y$, as in real datasets missing values are always possible). It's the same story if you think in terms of $t$ and $t - tau$.
            – Nick Cox
            7 mins ago
















          Clear and concise answer, thank you!
          – Jim
          13 mins ago




          Clear and concise answer, thank you!
          – Jim
          13 mins ago




          1




          1




          (+1) Otherwise put, the correlation between some $x$ at time $t$ and at time $t + tau$ is identical to the correlation between those quantities the other way round, just as the correlation between $x$ and $y$ is the same as that between $y$ and $x$. The detail that there are some $t$ without a corresponding $t + tau$ is solved by the correlation being defined only when both values are present (as is also true for $x$ and $y$, as in real datasets missing values are always possible). It's the same story if you think in terms of $t$ and $t - tau$.
          – Nick Cox
          7 mins ago





          (+1) Otherwise put, the correlation between some $x$ at time $t$ and at time $t + tau$ is identical to the correlation between those quantities the other way round, just as the correlation between $x$ and $y$ is the same as that between $y$ and $x$. The detail that there are some $t$ without a corresponding $t + tau$ is solved by the correlation being defined only when both values are present (as is also true for $x$ and $y$, as in real datasets missing values are always possible). It's the same story if you think in terms of $t$ and $t - tau$.
          – Nick Cox
          7 mins ago











          Jim is a new contributor. Be nice, and check out our Code of Conduct.









           

          draft saved


          draft discarded


















          Jim is a new contributor. Be nice, and check out our Code of Conduct.












          Jim is a new contributor. Be nice, and check out our Code of Conduct.











          Jim is a new contributor. Be nice, and check out our Code of Conduct.













           


          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstats.stackexchange.com%2fquestions%2f369425%2fhow-should-i-interpret-a-symmetrical-autocorrelation-plot%23new-answer', 'question_page');

          );

          Post as a guest













































































          Comments

          Popular posts from this blog

          What does second last employer means? [closed]

          List of Gilmore Girls characters

          Confectionery