Correlation is zero but with non-zero correlation coefficient The Next CEO of Stack OverflowWhat is the correlation function in multivariable/vectoral case?Correlation of sums of correlated variablesMaximum and minimum Correlation CoefficientDistribution of the sum of normal random variablesDoes correlation have to be in the context of (Gaussian) normal distribution?Cross-correlation of identical sets: not getting expected resultCorrelation coefficient and orthogonalityIs there any difference between Correlation and Correlation coefficient?Correlation coefficient and regression line : Geometric intuitionCorrelation and Covariance on Standardized X

Are British MPs missing the point, with these 'Indicative Votes'?

How to pronounce fünf in 45

Prodigo = pro + ago?

Could you use a laser beam as a modulated carrier wave for radio signal?

How can I separate the number from the unit in argument?

Incomplete cube

Does the Idaho Potato Commission associate potato skins with healthy eating?

How exploitable/balanced is this homebrew spell: Spell Permanency?

What does this strange code stamp on my passport mean?

Compilation of a 2d array and a 1d array

What day is it again?

Is it a bad idea to plug the other end of ESD strap to wall ground?

Is it okay to majorly distort historical facts while writing a fiction story?

Raspberry pi 3 B with Ubuntu 18.04 server arm64: what pi version

How to implement Comparable so it is consistent with identity-equality

Ising model simulation

Why cannot we not say "I have been having a dog"?

What difference does it make matching a word with/without a trailing whitespace?

Find the majority element, which appears more than half the time

Free fall ellipse or parabola?

MT "will strike" & LXX "will watch carefully" (Gen 3:15)?

Traveling with my 5 year old daughter (as the father) without the mother from Germany to Mexico

My boss doesn't want me to have a side project

How to show a landlord what we have in savings?



Correlation is zero but with non-zero correlation coefficient



The Next CEO of Stack OverflowWhat is the correlation function in multivariable/vectoral case?Correlation of sums of correlated variablesMaximum and minimum Correlation CoefficientDistribution of the sum of normal random variablesDoes correlation have to be in the context of (Gaussian) normal distribution?Cross-correlation of identical sets: not getting expected resultCorrelation coefficient and orthogonalityIs there any difference between Correlation and Correlation coefficient?Correlation coefficient and regression line : Geometric intuitionCorrelation and Covariance on Standardized X










0












$begingroup$


The correlation coefficient is given by



$$rho_XY=fracR_XY-mu_X , mu_Ysigma_X , sigma_Y$$



If the product $mu_X , mu_Y neq 0$ and $rho_XYneq 0$, then we can have two cases:



  1. $R_XY= 0$ when $X$ and $Y$ are orthogonal;


  2. $R_XYneq 0$ when $X$ and $Y$ are not orthogonal to each other;


So I see from Case $1$ that $R_XY= 0$ is possible to have when $rho_XYneq 0$. Is my reasoning correct? Is this not counterintuitive?










share|cite|improve this question











$endgroup$
















    0












    $begingroup$


    The correlation coefficient is given by



    $$rho_XY=fracR_XY-mu_X , mu_Ysigma_X , sigma_Y$$



    If the product $mu_X , mu_Y neq 0$ and $rho_XYneq 0$, then we can have two cases:



    1. $R_XY= 0$ when $X$ and $Y$ are orthogonal;


    2. $R_XYneq 0$ when $X$ and $Y$ are not orthogonal to each other;


    So I see from Case $1$ that $R_XY= 0$ is possible to have when $rho_XYneq 0$. Is my reasoning correct? Is this not counterintuitive?










    share|cite|improve this question











    $endgroup$














      0












      0








      0





      $begingroup$


      The correlation coefficient is given by



      $$rho_XY=fracR_XY-mu_X , mu_Ysigma_X , sigma_Y$$



      If the product $mu_X , mu_Y neq 0$ and $rho_XYneq 0$, then we can have two cases:



      1. $R_XY= 0$ when $X$ and $Y$ are orthogonal;


      2. $R_XYneq 0$ when $X$ and $Y$ are not orthogonal to each other;


      So I see from Case $1$ that $R_XY= 0$ is possible to have when $rho_XYneq 0$. Is my reasoning correct? Is this not counterintuitive?










      share|cite|improve this question











      $endgroup$




      The correlation coefficient is given by



      $$rho_XY=fracR_XY-mu_X , mu_Ysigma_X , sigma_Y$$



      If the product $mu_X , mu_Y neq 0$ and $rho_XYneq 0$, then we can have two cases:



      1. $R_XY= 0$ when $X$ and $Y$ are orthogonal;


      2. $R_XYneq 0$ when $X$ and $Y$ are not orthogonal to each other;


      So I see from Case $1$ that $R_XY= 0$ is possible to have when $rho_XYneq 0$. Is my reasoning correct? Is this not counterintuitive?







      correlation






      share|cite|improve this question















      share|cite|improve this question













      share|cite|improve this question




      share|cite|improve this question








      edited Mar 28 at 12:36







      macy

















      asked Mar 28 at 9:03









      macymacy

      125




      125




















          1 Answer
          1






          active

          oldest

          votes


















          0












          $begingroup$

          Yes, it is possible.



          Following this very good paper on the topic, consider two random variables $X$ and $Y$ with the following realizations:



          $$X = (1, -5, 3, -1), Y = (5, 1, 1, 3)$$



          You have:



          $$R_XY = E(XY') = E(1times5 - 5times1 + 3times1 - 1times3) = 0$$



          but:



          $$mu_X = -frac12, mu_Y = frac52 Rightarrow rho_X,Y neq 0$$



          In general, recall that while both orthogonality and uncorrelation imply linear independence, there's no implication between orthogonality and uncorrelation themselves.



          EDITING TO ANSWER COMMENT:



          When it comes to stochastic processes, following your notation, we say that $(X_t)_t geq 1$ $(Y_t)_t geq 1$ are uncorrelated if:



          $$forall t_1, t_2, COV_X,Y(t_1, t_2) = R_XY(t_1, t_2) - mu_X(t_1)mu_Y(t_2) = 0
          $$



          while we say that they're orthogonal if:



          $$forall t_1, t_2, R_XY(t_1, t_2) = E[X(t_1)Y(t_2)'] = 0$$



          so the same reasoning as before applies. Here for a broader analysis.






          share|cite|improve this answer










          New contributor




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






          $endgroup$












          • $begingroup$
            Great! Also $sigma_x$ and $sigma_y$ are non-zero here. When you are calculating $R_XY$, you are doing it at lag zero i.e. no shift between X and Y. Is there a special reason. Perhaps a similar reasoning as evaluating an autocovariance which gives the variance?
            $endgroup$
            – macy
            Mar 29 at 5:26










          • $begingroup$
            See edited answer.
            $endgroup$
            – Nicg
            Mar 29 at 10:32










          • $begingroup$
            In your example, why is $R_XY$ computed at lag $0$?
            $endgroup$
            – macy
            Mar 29 at 11:58











          • $begingroup$
            Maybe I am missing what you mean by lag, but between $t_2$ and $t_1$ there's actually a one period lag. Perhaps it helps to see it using a single time series: Let $(X_t)_t geq 0$ be a time series. Then $$COV(X_t + h, X_t) = E[X_t + hX_t] - E(X_t + h)E(X_t)$$ is the autocovariance function, with $h$ being the lag, $1$ in our case. Hope this clarifies.
            $endgroup$
            – Nicg
            Mar 29 at 13:44










          • $begingroup$
            By lag, I mean the shift in one sequence relative to the other one when doing the correlation. I say lag or shift zero because you take the first sample of $X$ and multiply it by the first sample of $Y$ in your example etc. i.e. you are doing $X_1Y_1+X_2Y_2+X_3Y_3+ X_4Y_4$. So your $h$ in your explanation is $0$. For instance the first product is $X_1+0X_1$ with your $h$ as $0$. Your $h$ is what I called lag or shift. In effect you are computing $R_XX(0)$ with the argument $h=0$. We can have $R_XX(1)$, $R_XX(2)$ and $R_XX(3)$ i.e. by shifting one sequence by $1$, $2$ or $3$ unit.
            $endgroup$
            – macy
            2 days 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: "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
          );



          );













          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3165649%2fcorrelation-is-zero-but-with-non-zero-correlation-coefficient%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









          0












          $begingroup$

          Yes, it is possible.



          Following this very good paper on the topic, consider two random variables $X$ and $Y$ with the following realizations:



          $$X = (1, -5, 3, -1), Y = (5, 1, 1, 3)$$



          You have:



          $$R_XY = E(XY') = E(1times5 - 5times1 + 3times1 - 1times3) = 0$$



          but:



          $$mu_X = -frac12, mu_Y = frac52 Rightarrow rho_X,Y neq 0$$



          In general, recall that while both orthogonality and uncorrelation imply linear independence, there's no implication between orthogonality and uncorrelation themselves.



          EDITING TO ANSWER COMMENT:



          When it comes to stochastic processes, following your notation, we say that $(X_t)_t geq 1$ $(Y_t)_t geq 1$ are uncorrelated if:



          $$forall t_1, t_2, COV_X,Y(t_1, t_2) = R_XY(t_1, t_2) - mu_X(t_1)mu_Y(t_2) = 0
          $$



          while we say that they're orthogonal if:



          $$forall t_1, t_2, R_XY(t_1, t_2) = E[X(t_1)Y(t_2)'] = 0$$



          so the same reasoning as before applies. Here for a broader analysis.






          share|cite|improve this answer










          New contributor




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






          $endgroup$












          • $begingroup$
            Great! Also $sigma_x$ and $sigma_y$ are non-zero here. When you are calculating $R_XY$, you are doing it at lag zero i.e. no shift between X and Y. Is there a special reason. Perhaps a similar reasoning as evaluating an autocovariance which gives the variance?
            $endgroup$
            – macy
            Mar 29 at 5:26










          • $begingroup$
            See edited answer.
            $endgroup$
            – Nicg
            Mar 29 at 10:32










          • $begingroup$
            In your example, why is $R_XY$ computed at lag $0$?
            $endgroup$
            – macy
            Mar 29 at 11:58











          • $begingroup$
            Maybe I am missing what you mean by lag, but between $t_2$ and $t_1$ there's actually a one period lag. Perhaps it helps to see it using a single time series: Let $(X_t)_t geq 0$ be a time series. Then $$COV(X_t + h, X_t) = E[X_t + hX_t] - E(X_t + h)E(X_t)$$ is the autocovariance function, with $h$ being the lag, $1$ in our case. Hope this clarifies.
            $endgroup$
            – Nicg
            Mar 29 at 13:44










          • $begingroup$
            By lag, I mean the shift in one sequence relative to the other one when doing the correlation. I say lag or shift zero because you take the first sample of $X$ and multiply it by the first sample of $Y$ in your example etc. i.e. you are doing $X_1Y_1+X_2Y_2+X_3Y_3+ X_4Y_4$. So your $h$ in your explanation is $0$. For instance the first product is $X_1+0X_1$ with your $h$ as $0$. Your $h$ is what I called lag or shift. In effect you are computing $R_XX(0)$ with the argument $h=0$. We can have $R_XX(1)$, $R_XX(2)$ and $R_XX(3)$ i.e. by shifting one sequence by $1$, $2$ or $3$ unit.
            $endgroup$
            – macy
            2 days ago
















          0












          $begingroup$

          Yes, it is possible.



          Following this very good paper on the topic, consider two random variables $X$ and $Y$ with the following realizations:



          $$X = (1, -5, 3, -1), Y = (5, 1, 1, 3)$$



          You have:



          $$R_XY = E(XY') = E(1times5 - 5times1 + 3times1 - 1times3) = 0$$



          but:



          $$mu_X = -frac12, mu_Y = frac52 Rightarrow rho_X,Y neq 0$$



          In general, recall that while both orthogonality and uncorrelation imply linear independence, there's no implication between orthogonality and uncorrelation themselves.



          EDITING TO ANSWER COMMENT:



          When it comes to stochastic processes, following your notation, we say that $(X_t)_t geq 1$ $(Y_t)_t geq 1$ are uncorrelated if:



          $$forall t_1, t_2, COV_X,Y(t_1, t_2) = R_XY(t_1, t_2) - mu_X(t_1)mu_Y(t_2) = 0
          $$



          while we say that they're orthogonal if:



          $$forall t_1, t_2, R_XY(t_1, t_2) = E[X(t_1)Y(t_2)'] = 0$$



          so the same reasoning as before applies. Here for a broader analysis.






          share|cite|improve this answer










          New contributor




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






          $endgroup$












          • $begingroup$
            Great! Also $sigma_x$ and $sigma_y$ are non-zero here. When you are calculating $R_XY$, you are doing it at lag zero i.e. no shift between X and Y. Is there a special reason. Perhaps a similar reasoning as evaluating an autocovariance which gives the variance?
            $endgroup$
            – macy
            Mar 29 at 5:26










          • $begingroup$
            See edited answer.
            $endgroup$
            – Nicg
            Mar 29 at 10:32










          • $begingroup$
            In your example, why is $R_XY$ computed at lag $0$?
            $endgroup$
            – macy
            Mar 29 at 11:58











          • $begingroup$
            Maybe I am missing what you mean by lag, but between $t_2$ and $t_1$ there's actually a one period lag. Perhaps it helps to see it using a single time series: Let $(X_t)_t geq 0$ be a time series. Then $$COV(X_t + h, X_t) = E[X_t + hX_t] - E(X_t + h)E(X_t)$$ is the autocovariance function, with $h$ being the lag, $1$ in our case. Hope this clarifies.
            $endgroup$
            – Nicg
            Mar 29 at 13:44










          • $begingroup$
            By lag, I mean the shift in one sequence relative to the other one when doing the correlation. I say lag or shift zero because you take the first sample of $X$ and multiply it by the first sample of $Y$ in your example etc. i.e. you are doing $X_1Y_1+X_2Y_2+X_3Y_3+ X_4Y_4$. So your $h$ in your explanation is $0$. For instance the first product is $X_1+0X_1$ with your $h$ as $0$. Your $h$ is what I called lag or shift. In effect you are computing $R_XX(0)$ with the argument $h=0$. We can have $R_XX(1)$, $R_XX(2)$ and $R_XX(3)$ i.e. by shifting one sequence by $1$, $2$ or $3$ unit.
            $endgroup$
            – macy
            2 days ago














          0












          0








          0





          $begingroup$

          Yes, it is possible.



          Following this very good paper on the topic, consider two random variables $X$ and $Y$ with the following realizations:



          $$X = (1, -5, 3, -1), Y = (5, 1, 1, 3)$$



          You have:



          $$R_XY = E(XY') = E(1times5 - 5times1 + 3times1 - 1times3) = 0$$



          but:



          $$mu_X = -frac12, mu_Y = frac52 Rightarrow rho_X,Y neq 0$$



          In general, recall that while both orthogonality and uncorrelation imply linear independence, there's no implication between orthogonality and uncorrelation themselves.



          EDITING TO ANSWER COMMENT:



          When it comes to stochastic processes, following your notation, we say that $(X_t)_t geq 1$ $(Y_t)_t geq 1$ are uncorrelated if:



          $$forall t_1, t_2, COV_X,Y(t_1, t_2) = R_XY(t_1, t_2) - mu_X(t_1)mu_Y(t_2) = 0
          $$



          while we say that they're orthogonal if:



          $$forall t_1, t_2, R_XY(t_1, t_2) = E[X(t_1)Y(t_2)'] = 0$$



          so the same reasoning as before applies. Here for a broader analysis.






          share|cite|improve this answer










          New contributor




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






          $endgroup$



          Yes, it is possible.



          Following this very good paper on the topic, consider two random variables $X$ and $Y$ with the following realizations:



          $$X = (1, -5, 3, -1), Y = (5, 1, 1, 3)$$



          You have:



          $$R_XY = E(XY') = E(1times5 - 5times1 + 3times1 - 1times3) = 0$$



          but:



          $$mu_X = -frac12, mu_Y = frac52 Rightarrow rho_X,Y neq 0$$



          In general, recall that while both orthogonality and uncorrelation imply linear independence, there's no implication between orthogonality and uncorrelation themselves.



          EDITING TO ANSWER COMMENT:



          When it comes to stochastic processes, following your notation, we say that $(X_t)_t geq 1$ $(Y_t)_t geq 1$ are uncorrelated if:



          $$forall t_1, t_2, COV_X,Y(t_1, t_2) = R_XY(t_1, t_2) - mu_X(t_1)mu_Y(t_2) = 0
          $$



          while we say that they're orthogonal if:



          $$forall t_1, t_2, R_XY(t_1, t_2) = E[X(t_1)Y(t_2)'] = 0$$



          so the same reasoning as before applies. Here for a broader analysis.







          share|cite|improve this answer










          New contributor




          Nicg 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 answer



          share|cite|improve this answer








          edited Mar 29 at 13:37





















          New contributor




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









          answered Mar 28 at 21:14









          NicgNicg

          514




          514




          New contributor




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





          New contributor





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






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











          • $begingroup$
            Great! Also $sigma_x$ and $sigma_y$ are non-zero here. When you are calculating $R_XY$, you are doing it at lag zero i.e. no shift between X and Y. Is there a special reason. Perhaps a similar reasoning as evaluating an autocovariance which gives the variance?
            $endgroup$
            – macy
            Mar 29 at 5:26










          • $begingroup$
            See edited answer.
            $endgroup$
            – Nicg
            Mar 29 at 10:32










          • $begingroup$
            In your example, why is $R_XY$ computed at lag $0$?
            $endgroup$
            – macy
            Mar 29 at 11:58











          • $begingroup$
            Maybe I am missing what you mean by lag, but between $t_2$ and $t_1$ there's actually a one period lag. Perhaps it helps to see it using a single time series: Let $(X_t)_t geq 0$ be a time series. Then $$COV(X_t + h, X_t) = E[X_t + hX_t] - E(X_t + h)E(X_t)$$ is the autocovariance function, with $h$ being the lag, $1$ in our case. Hope this clarifies.
            $endgroup$
            – Nicg
            Mar 29 at 13:44










          • $begingroup$
            By lag, I mean the shift in one sequence relative to the other one when doing the correlation. I say lag or shift zero because you take the first sample of $X$ and multiply it by the first sample of $Y$ in your example etc. i.e. you are doing $X_1Y_1+X_2Y_2+X_3Y_3+ X_4Y_4$. So your $h$ in your explanation is $0$. For instance the first product is $X_1+0X_1$ with your $h$ as $0$. Your $h$ is what I called lag or shift. In effect you are computing $R_XX(0)$ with the argument $h=0$. We can have $R_XX(1)$, $R_XX(2)$ and $R_XX(3)$ i.e. by shifting one sequence by $1$, $2$ or $3$ unit.
            $endgroup$
            – macy
            2 days ago

















          • $begingroup$
            Great! Also $sigma_x$ and $sigma_y$ are non-zero here. When you are calculating $R_XY$, you are doing it at lag zero i.e. no shift between X and Y. Is there a special reason. Perhaps a similar reasoning as evaluating an autocovariance which gives the variance?
            $endgroup$
            – macy
            Mar 29 at 5:26










          • $begingroup$
            See edited answer.
            $endgroup$
            – Nicg
            Mar 29 at 10:32










          • $begingroup$
            In your example, why is $R_XY$ computed at lag $0$?
            $endgroup$
            – macy
            Mar 29 at 11:58











          • $begingroup$
            Maybe I am missing what you mean by lag, but between $t_2$ and $t_1$ there's actually a one period lag. Perhaps it helps to see it using a single time series: Let $(X_t)_t geq 0$ be a time series. Then $$COV(X_t + h, X_t) = E[X_t + hX_t] - E(X_t + h)E(X_t)$$ is the autocovariance function, with $h$ being the lag, $1$ in our case. Hope this clarifies.
            $endgroup$
            – Nicg
            Mar 29 at 13:44










          • $begingroup$
            By lag, I mean the shift in one sequence relative to the other one when doing the correlation. I say lag or shift zero because you take the first sample of $X$ and multiply it by the first sample of $Y$ in your example etc. i.e. you are doing $X_1Y_1+X_2Y_2+X_3Y_3+ X_4Y_4$. So your $h$ in your explanation is $0$. For instance the first product is $X_1+0X_1$ with your $h$ as $0$. Your $h$ is what I called lag or shift. In effect you are computing $R_XX(0)$ with the argument $h=0$. We can have $R_XX(1)$, $R_XX(2)$ and $R_XX(3)$ i.e. by shifting one sequence by $1$, $2$ or $3$ unit.
            $endgroup$
            – macy
            2 days ago
















          $begingroup$
          Great! Also $sigma_x$ and $sigma_y$ are non-zero here. When you are calculating $R_XY$, you are doing it at lag zero i.e. no shift between X and Y. Is there a special reason. Perhaps a similar reasoning as evaluating an autocovariance which gives the variance?
          $endgroup$
          – macy
          Mar 29 at 5:26




          $begingroup$
          Great! Also $sigma_x$ and $sigma_y$ are non-zero here. When you are calculating $R_XY$, you are doing it at lag zero i.e. no shift between X and Y. Is there a special reason. Perhaps a similar reasoning as evaluating an autocovariance which gives the variance?
          $endgroup$
          – macy
          Mar 29 at 5:26












          $begingroup$
          See edited answer.
          $endgroup$
          – Nicg
          Mar 29 at 10:32




          $begingroup$
          See edited answer.
          $endgroup$
          – Nicg
          Mar 29 at 10:32












          $begingroup$
          In your example, why is $R_XY$ computed at lag $0$?
          $endgroup$
          – macy
          Mar 29 at 11:58





          $begingroup$
          In your example, why is $R_XY$ computed at lag $0$?
          $endgroup$
          – macy
          Mar 29 at 11:58













          $begingroup$
          Maybe I am missing what you mean by lag, but between $t_2$ and $t_1$ there's actually a one period lag. Perhaps it helps to see it using a single time series: Let $(X_t)_t geq 0$ be a time series. Then $$COV(X_t + h, X_t) = E[X_t + hX_t] - E(X_t + h)E(X_t)$$ is the autocovariance function, with $h$ being the lag, $1$ in our case. Hope this clarifies.
          $endgroup$
          – Nicg
          Mar 29 at 13:44




          $begingroup$
          Maybe I am missing what you mean by lag, but between $t_2$ and $t_1$ there's actually a one period lag. Perhaps it helps to see it using a single time series: Let $(X_t)_t geq 0$ be a time series. Then $$COV(X_t + h, X_t) = E[X_t + hX_t] - E(X_t + h)E(X_t)$$ is the autocovariance function, with $h$ being the lag, $1$ in our case. Hope this clarifies.
          $endgroup$
          – Nicg
          Mar 29 at 13:44












          $begingroup$
          By lag, I mean the shift in one sequence relative to the other one when doing the correlation. I say lag or shift zero because you take the first sample of $X$ and multiply it by the first sample of $Y$ in your example etc. i.e. you are doing $X_1Y_1+X_2Y_2+X_3Y_3+ X_4Y_4$. So your $h$ in your explanation is $0$. For instance the first product is $X_1+0X_1$ with your $h$ as $0$. Your $h$ is what I called lag or shift. In effect you are computing $R_XX(0)$ with the argument $h=0$. We can have $R_XX(1)$, $R_XX(2)$ and $R_XX(3)$ i.e. by shifting one sequence by $1$, $2$ or $3$ unit.
          $endgroup$
          – macy
          2 days ago





          $begingroup$
          By lag, I mean the shift in one sequence relative to the other one when doing the correlation. I say lag or shift zero because you take the first sample of $X$ and multiply it by the first sample of $Y$ in your example etc. i.e. you are doing $X_1Y_1+X_2Y_2+X_3Y_3+ X_4Y_4$. So your $h$ in your explanation is $0$. For instance the first product is $X_1+0X_1$ with your $h$ as $0$. Your $h$ is what I called lag or shift. In effect you are computing $R_XX(0)$ with the argument $h=0$. We can have $R_XX(1)$, $R_XX(2)$ and $R_XX(3)$ i.e. by shifting one sequence by $1$, $2$ or $3$ unit.
          $endgroup$
          – macy
          2 days ago


















          draft saved

          draft discarded
















































          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.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3165649%2fcorrelation-is-zero-but-with-non-zero-correlation-coefficient%23new-answer', 'question_page');

          );

          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







          Popular posts from this blog

          Boston (Lincolnshire) Stedsbyld | Berne yn Boston | NavigaasjemenuBoston Borough CouncilBoston, Lincolnshire

          Trouble understanding the speech of overseas colleaguesHow can I better understand manager or clients with strong accents?Adding more movement and speech at the fundamental level to a highly-sedentary job?Difficulty in understanding Manager's accent(language and communication)How to adjust yourself where your colleagues are not understanding to you?Understanding manager's expectationsForeigner and colleagues using slangHaving difficulty understanding meetingsHow do you breathe when giving a speech?Trouble Waking Up for Emergencies (On-Call)Problems with colleaguesColleagues feeling insecure when I do my work

          Ballerup Komuun Stääden an saarpen | Futnuuten | Luke uk diar | Nawigatsjuunwww.ballerup.dkwww.statistikbanken.dk: Tabelle BEF44 (Folketal pr. 1. januar fordelt på byer)Commonskategorii: Ballerup Komuun55° 44′ N, 12° 22′ O