Why does this expression simplify as such?General linear hypothesis test statistic: equivalence of two expressionsSlope Derivation for the variance of a least square problem via Matrix notationCovariance of OLS estimator and residual = 0. Where is the mistake?A doubt on SUR modelWhy trace of $I−X(X′X)^-1X′$ is $n-p$ in least square regression when the parameter vector $beta$ is of p dimensions?Getting the posterior for Bayesian linear regression with a flat priorDistribution of coefficients in linear regressionFitted values and residuals: are they random vectors?Proving that Covariance of residuals and errors is zeroWhat is the relationship of long and short regression when we have an intercept?

Why not use SQL instead of GraphQL?

Mathematical cryptic clues

Dragon forelimb placement

Which models of the Boeing 737 are still in production?

Email Account under attack (really) - anything I can do?

Can divisibility rules for digits be generalized to sum of digits

Why was the small council so happy for Tyrion to become the Master of Coin?

What would happen to a modern skyscraper if it rains micro blackholes?

Can I make popcorn with any corn?

strToHex ( string to its hex representation as string)

Has the BBC provided arguments for saying Brexit being cancelled is unlikely?

What defenses are there against being summoned by the Gate spell?

Fencing style for blades that can attack from a distance

Why does Kotter return in Welcome Back Kotter?

Why do I get two different answers for this counting problem?

LaTeX closing $ signs makes cursor jump

How is it possible to have an ability score that is less than 3?

Show that if two triangles built on parallel lines, with equal bases have the same perimeter only if they are congruent.

What are these boxed doors outside store fronts in New York?

can i play a electric guitar through a bass amp?

Why dont electromagnetic waves interact with each other?

What does "Puller Prush Person" mean?

Is it possible to do 50 km distance without any previous training?

How old can references or sources in a thesis be?



Why does this expression simplify as such?


General linear hypothesis test statistic: equivalence of two expressionsSlope Derivation for the variance of a least square problem via Matrix notationCovariance of OLS estimator and residual = 0. Where is the mistake?A doubt on SUR modelWhy trace of $I−X(X′X)^-1X′$ is $n-p$ in least square regression when the parameter vector $beta$ is of p dimensions?Getting the posterior for Bayesian linear regression with a flat priorDistribution of coefficients in linear regressionFitted values and residuals: are they random vectors?Proving that Covariance of residuals and errors is zeroWhat is the relationship of long and short regression when we have an intercept?






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








3












$begingroup$


I'm reading through my professor's lecture notes on the multiple linear regression model and at one point he writes the following:



$$E[(b-beta)e']=E[(X'X)^-1epsilonepsilon'M_[X]]. $$



In the above equation, $b$, $beta$, $e$, and $epsilon$ are all vectors, $X$ is a regressor matrix and $M$ is the residual maker matrix. In general, I have no idea why these expressions are equivalent, and I'm particularly confused at how the $e$ vector disappears and the $epsilon$ vector appears.










share|cite|improve this question











$endgroup$


















    3












    $begingroup$


    I'm reading through my professor's lecture notes on the multiple linear regression model and at one point he writes the following:



    $$E[(b-beta)e']=E[(X'X)^-1epsilonepsilon'M_[X]]. $$



    In the above equation, $b$, $beta$, $e$, and $epsilon$ are all vectors, $X$ is a regressor matrix and $M$ is the residual maker matrix. In general, I have no idea why these expressions are equivalent, and I'm particularly confused at how the $e$ vector disappears and the $epsilon$ vector appears.










    share|cite|improve this question











    $endgroup$














      3












      3








      3


      1



      $begingroup$


      I'm reading through my professor's lecture notes on the multiple linear regression model and at one point he writes the following:



      $$E[(b-beta)e']=E[(X'X)^-1epsilonepsilon'M_[X]]. $$



      In the above equation, $b$, $beta$, $e$, and $epsilon$ are all vectors, $X$ is a regressor matrix and $M$ is the residual maker matrix. In general, I have no idea why these expressions are equivalent, and I'm particularly confused at how the $e$ vector disappears and the $epsilon$ vector appears.










      share|cite|improve this question











      $endgroup$




      I'm reading through my professor's lecture notes on the multiple linear regression model and at one point he writes the following:



      $$E[(b-beta)e']=E[(X'X)^-1epsilonepsilon'M_[X]]. $$



      In the above equation, $b$, $beta$, $e$, and $epsilon$ are all vectors, $X$ is a regressor matrix and $M$ is the residual maker matrix. In general, I have no idea why these expressions are equivalent, and I'm particularly confused at how the $e$ vector disappears and the $epsilon$ vector appears.







      regression multiple-regression linear-model residuals






      share|cite|improve this question















      share|cite|improve this question













      share|cite|improve this question




      share|cite|improve this question








      edited Mar 21 at 22:21









      Benjamin Christoffersen

      1,326520




      1,326520










      asked Mar 21 at 21:18









      DavidDavid

      25214




      25214




















          2 Answers
          2






          active

          oldest

          votes


















          3












          $begingroup$

          I am assuming $b$ is the OLS estimate of $beta$ and $e$ is the corresponding estimate of $epsilon$. Also I believe you have a typo above in your expression, as there should be $X'$ in front of $epsilon epsilon'$ and behind $(X'X)^-1$.



          Start with the definition of $b$:
          $$b=(X'X)^-1X'Y.$$
          Replacing $Y$ with $Xbeta+epsilon$ in our expression above, we get
          $$b=(X'X)^-1X'(Xbeta+epsilon)=beta+(X'X)^-1X'epsilon.$$
          It follows that
          $$b-beta = (X'X)^-1X'epsilon$$



          Now turn to the defintion of $e$:
          $$e=Y-hatY=Y-Xb=Y-X(X'X)^-1X'Y.$$



          Notice $X(X'X)^-1X'$ is the projection matrix for $X$, which we will denote with $P_[X]$.
          Replacing this in our expression for $e,$ we get
          $$e=(I-P_[X])Y=M_[X]Y.$$
          Replacing $Y$ in the expression above with $Xbeta+epsilon$, we get
          $$e=M_[X](Xbeta+epsilon)=M_[X]epsilon,$$
          since $M_[X]X$ is a matrix of zeros.



          Post-multiplying $b-beta$ with $e'$, we get
          $$(b-beta)e'=(X'X)^-1X'epsilon epsilon' M_[X],$$
          since $e'=epsilon'M_[X].$






          share|cite|improve this answer









          $endgroup$












          • $begingroup$
            Ah. The key thing I was missing was what you wrote in the last line.
            $endgroup$
            – David
            Mar 21 at 23:36


















          3












          $begingroup$

          Assuming that the coefficient estimator $b$ is calculated by OLS estimation, you have:



          $$beginequation beginaligned
          b-beta
          &= (X'X)^-1 X'y - beta \[6pt]
          &= (X'X)^-1 X'(X beta + epsilon)- beta \[6pt]
          &= (X'X)^-1 (X'X) beta + (X'X)^-1 X' epsilon - beta \[6pt]
          &= beta + (X'X)^-1 X' epsilon - beta \[6pt]
          &= (X'X)^-1 X' epsilon. \[6pt]
          endaligned endequation$$



          Presumably $e$ is the residual vector (different to the error vector $epsilon$) so we have $e = M_[X] Y = M_[X] epsilon$. Substituting this vector gives:



          $$beginequation beginaligned
          (b-beta) e'
          &= (X'X)^-1 X' epsilon (M_[X] epsilon)' \[6pt]
          &= (X'X)^-1 X' epsilon epsilon' M_[X]' \[6pt]
          &= (X'X)^-1 X' epsilon epsilon' M_[X]. \[6pt]
          endaligned endequation$$



          (The last step follows from the fact that $M_[X]$ is a symmetric matrix.) So the expression given by your professor is missing the $X'$ term.






          share|cite|improve this answer









          $endgroup$








          • 2




            $begingroup$
            Nice, I think we both must have been typing our answers at the same time. I'm glad you also found the mistake.
            $endgroup$
            – dlnB
            Mar 21 at 23:11






          • 1




            $begingroup$
            @dlnb: Jinx! Buy me a coke!
            $endgroup$
            – Ben
            Mar 21 at 23:13











          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',
          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
          );



          );













          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstats.stackexchange.com%2fquestions%2f398797%2fwhy-does-this-expression-simplify-as-such%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          2 Answers
          2






          active

          oldest

          votes








          2 Answers
          2






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          3












          $begingroup$

          I am assuming $b$ is the OLS estimate of $beta$ and $e$ is the corresponding estimate of $epsilon$. Also I believe you have a typo above in your expression, as there should be $X'$ in front of $epsilon epsilon'$ and behind $(X'X)^-1$.



          Start with the definition of $b$:
          $$b=(X'X)^-1X'Y.$$
          Replacing $Y$ with $Xbeta+epsilon$ in our expression above, we get
          $$b=(X'X)^-1X'(Xbeta+epsilon)=beta+(X'X)^-1X'epsilon.$$
          It follows that
          $$b-beta = (X'X)^-1X'epsilon$$



          Now turn to the defintion of $e$:
          $$e=Y-hatY=Y-Xb=Y-X(X'X)^-1X'Y.$$



          Notice $X(X'X)^-1X'$ is the projection matrix for $X$, which we will denote with $P_[X]$.
          Replacing this in our expression for $e,$ we get
          $$e=(I-P_[X])Y=M_[X]Y.$$
          Replacing $Y$ in the expression above with $Xbeta+epsilon$, we get
          $$e=M_[X](Xbeta+epsilon)=M_[X]epsilon,$$
          since $M_[X]X$ is a matrix of zeros.



          Post-multiplying $b-beta$ with $e'$, we get
          $$(b-beta)e'=(X'X)^-1X'epsilon epsilon' M_[X],$$
          since $e'=epsilon'M_[X].$






          share|cite|improve this answer









          $endgroup$












          • $begingroup$
            Ah. The key thing I was missing was what you wrote in the last line.
            $endgroup$
            – David
            Mar 21 at 23:36















          3












          $begingroup$

          I am assuming $b$ is the OLS estimate of $beta$ and $e$ is the corresponding estimate of $epsilon$. Also I believe you have a typo above in your expression, as there should be $X'$ in front of $epsilon epsilon'$ and behind $(X'X)^-1$.



          Start with the definition of $b$:
          $$b=(X'X)^-1X'Y.$$
          Replacing $Y$ with $Xbeta+epsilon$ in our expression above, we get
          $$b=(X'X)^-1X'(Xbeta+epsilon)=beta+(X'X)^-1X'epsilon.$$
          It follows that
          $$b-beta = (X'X)^-1X'epsilon$$



          Now turn to the defintion of $e$:
          $$e=Y-hatY=Y-Xb=Y-X(X'X)^-1X'Y.$$



          Notice $X(X'X)^-1X'$ is the projection matrix for $X$, which we will denote with $P_[X]$.
          Replacing this in our expression for $e,$ we get
          $$e=(I-P_[X])Y=M_[X]Y.$$
          Replacing $Y$ in the expression above with $Xbeta+epsilon$, we get
          $$e=M_[X](Xbeta+epsilon)=M_[X]epsilon,$$
          since $M_[X]X$ is a matrix of zeros.



          Post-multiplying $b-beta$ with $e'$, we get
          $$(b-beta)e'=(X'X)^-1X'epsilon epsilon' M_[X],$$
          since $e'=epsilon'M_[X].$






          share|cite|improve this answer









          $endgroup$












          • $begingroup$
            Ah. The key thing I was missing was what you wrote in the last line.
            $endgroup$
            – David
            Mar 21 at 23:36













          3












          3








          3





          $begingroup$

          I am assuming $b$ is the OLS estimate of $beta$ and $e$ is the corresponding estimate of $epsilon$. Also I believe you have a typo above in your expression, as there should be $X'$ in front of $epsilon epsilon'$ and behind $(X'X)^-1$.



          Start with the definition of $b$:
          $$b=(X'X)^-1X'Y.$$
          Replacing $Y$ with $Xbeta+epsilon$ in our expression above, we get
          $$b=(X'X)^-1X'(Xbeta+epsilon)=beta+(X'X)^-1X'epsilon.$$
          It follows that
          $$b-beta = (X'X)^-1X'epsilon$$



          Now turn to the defintion of $e$:
          $$e=Y-hatY=Y-Xb=Y-X(X'X)^-1X'Y.$$



          Notice $X(X'X)^-1X'$ is the projection matrix for $X$, which we will denote with $P_[X]$.
          Replacing this in our expression for $e,$ we get
          $$e=(I-P_[X])Y=M_[X]Y.$$
          Replacing $Y$ in the expression above with $Xbeta+epsilon$, we get
          $$e=M_[X](Xbeta+epsilon)=M_[X]epsilon,$$
          since $M_[X]X$ is a matrix of zeros.



          Post-multiplying $b-beta$ with $e'$, we get
          $$(b-beta)e'=(X'X)^-1X'epsilon epsilon' M_[X],$$
          since $e'=epsilon'M_[X].$






          share|cite|improve this answer









          $endgroup$



          I am assuming $b$ is the OLS estimate of $beta$ and $e$ is the corresponding estimate of $epsilon$. Also I believe you have a typo above in your expression, as there should be $X'$ in front of $epsilon epsilon'$ and behind $(X'X)^-1$.



          Start with the definition of $b$:
          $$b=(X'X)^-1X'Y.$$
          Replacing $Y$ with $Xbeta+epsilon$ in our expression above, we get
          $$b=(X'X)^-1X'(Xbeta+epsilon)=beta+(X'X)^-1X'epsilon.$$
          It follows that
          $$b-beta = (X'X)^-1X'epsilon$$



          Now turn to the defintion of $e$:
          $$e=Y-hatY=Y-Xb=Y-X(X'X)^-1X'Y.$$



          Notice $X(X'X)^-1X'$ is the projection matrix for $X$, which we will denote with $P_[X]$.
          Replacing this in our expression for $e,$ we get
          $$e=(I-P_[X])Y=M_[X]Y.$$
          Replacing $Y$ in the expression above with $Xbeta+epsilon$, we get
          $$e=M_[X](Xbeta+epsilon)=M_[X]epsilon,$$
          since $M_[X]X$ is a matrix of zeros.



          Post-multiplying $b-beta$ with $e'$, we get
          $$(b-beta)e'=(X'X)^-1X'epsilon epsilon' M_[X],$$
          since $e'=epsilon'M_[X].$







          share|cite|improve this answer












          share|cite|improve this answer



          share|cite|improve this answer










          answered Mar 21 at 22:57









          dlnBdlnB

          97713




          97713











          • $begingroup$
            Ah. The key thing I was missing was what you wrote in the last line.
            $endgroup$
            – David
            Mar 21 at 23:36
















          • $begingroup$
            Ah. The key thing I was missing was what you wrote in the last line.
            $endgroup$
            – David
            Mar 21 at 23:36















          $begingroup$
          Ah. The key thing I was missing was what you wrote in the last line.
          $endgroup$
          – David
          Mar 21 at 23:36




          $begingroup$
          Ah. The key thing I was missing was what you wrote in the last line.
          $endgroup$
          – David
          Mar 21 at 23:36













          3












          $begingroup$

          Assuming that the coefficient estimator $b$ is calculated by OLS estimation, you have:



          $$beginequation beginaligned
          b-beta
          &= (X'X)^-1 X'y - beta \[6pt]
          &= (X'X)^-1 X'(X beta + epsilon)- beta \[6pt]
          &= (X'X)^-1 (X'X) beta + (X'X)^-1 X' epsilon - beta \[6pt]
          &= beta + (X'X)^-1 X' epsilon - beta \[6pt]
          &= (X'X)^-1 X' epsilon. \[6pt]
          endaligned endequation$$



          Presumably $e$ is the residual vector (different to the error vector $epsilon$) so we have $e = M_[X] Y = M_[X] epsilon$. Substituting this vector gives:



          $$beginequation beginaligned
          (b-beta) e'
          &= (X'X)^-1 X' epsilon (M_[X] epsilon)' \[6pt]
          &= (X'X)^-1 X' epsilon epsilon' M_[X]' \[6pt]
          &= (X'X)^-1 X' epsilon epsilon' M_[X]. \[6pt]
          endaligned endequation$$



          (The last step follows from the fact that $M_[X]$ is a symmetric matrix.) So the expression given by your professor is missing the $X'$ term.






          share|cite|improve this answer









          $endgroup$








          • 2




            $begingroup$
            Nice, I think we both must have been typing our answers at the same time. I'm glad you also found the mistake.
            $endgroup$
            – dlnB
            Mar 21 at 23:11






          • 1




            $begingroup$
            @dlnb: Jinx! Buy me a coke!
            $endgroup$
            – Ben
            Mar 21 at 23:13















          3












          $begingroup$

          Assuming that the coefficient estimator $b$ is calculated by OLS estimation, you have:



          $$beginequation beginaligned
          b-beta
          &= (X'X)^-1 X'y - beta \[6pt]
          &= (X'X)^-1 X'(X beta + epsilon)- beta \[6pt]
          &= (X'X)^-1 (X'X) beta + (X'X)^-1 X' epsilon - beta \[6pt]
          &= beta + (X'X)^-1 X' epsilon - beta \[6pt]
          &= (X'X)^-1 X' epsilon. \[6pt]
          endaligned endequation$$



          Presumably $e$ is the residual vector (different to the error vector $epsilon$) so we have $e = M_[X] Y = M_[X] epsilon$. Substituting this vector gives:



          $$beginequation beginaligned
          (b-beta) e'
          &= (X'X)^-1 X' epsilon (M_[X] epsilon)' \[6pt]
          &= (X'X)^-1 X' epsilon epsilon' M_[X]' \[6pt]
          &= (X'X)^-1 X' epsilon epsilon' M_[X]. \[6pt]
          endaligned endequation$$



          (The last step follows from the fact that $M_[X]$ is a symmetric matrix.) So the expression given by your professor is missing the $X'$ term.






          share|cite|improve this answer









          $endgroup$








          • 2




            $begingroup$
            Nice, I think we both must have been typing our answers at the same time. I'm glad you also found the mistake.
            $endgroup$
            – dlnB
            Mar 21 at 23:11






          • 1




            $begingroup$
            @dlnb: Jinx! Buy me a coke!
            $endgroup$
            – Ben
            Mar 21 at 23:13













          3












          3








          3





          $begingroup$

          Assuming that the coefficient estimator $b$ is calculated by OLS estimation, you have:



          $$beginequation beginaligned
          b-beta
          &= (X'X)^-1 X'y - beta \[6pt]
          &= (X'X)^-1 X'(X beta + epsilon)- beta \[6pt]
          &= (X'X)^-1 (X'X) beta + (X'X)^-1 X' epsilon - beta \[6pt]
          &= beta + (X'X)^-1 X' epsilon - beta \[6pt]
          &= (X'X)^-1 X' epsilon. \[6pt]
          endaligned endequation$$



          Presumably $e$ is the residual vector (different to the error vector $epsilon$) so we have $e = M_[X] Y = M_[X] epsilon$. Substituting this vector gives:



          $$beginequation beginaligned
          (b-beta) e'
          &= (X'X)^-1 X' epsilon (M_[X] epsilon)' \[6pt]
          &= (X'X)^-1 X' epsilon epsilon' M_[X]' \[6pt]
          &= (X'X)^-1 X' epsilon epsilon' M_[X]. \[6pt]
          endaligned endequation$$



          (The last step follows from the fact that $M_[X]$ is a symmetric matrix.) So the expression given by your professor is missing the $X'$ term.






          share|cite|improve this answer









          $endgroup$



          Assuming that the coefficient estimator $b$ is calculated by OLS estimation, you have:



          $$beginequation beginaligned
          b-beta
          &= (X'X)^-1 X'y - beta \[6pt]
          &= (X'X)^-1 X'(X beta + epsilon)- beta \[6pt]
          &= (X'X)^-1 (X'X) beta + (X'X)^-1 X' epsilon - beta \[6pt]
          &= beta + (X'X)^-1 X' epsilon - beta \[6pt]
          &= (X'X)^-1 X' epsilon. \[6pt]
          endaligned endequation$$



          Presumably $e$ is the residual vector (different to the error vector $epsilon$) so we have $e = M_[X] Y = M_[X] epsilon$. Substituting this vector gives:



          $$beginequation beginaligned
          (b-beta) e'
          &= (X'X)^-1 X' epsilon (M_[X] epsilon)' \[6pt]
          &= (X'X)^-1 X' epsilon epsilon' M_[X]' \[6pt]
          &= (X'X)^-1 X' epsilon epsilon' M_[X]. \[6pt]
          endaligned endequation$$



          (The last step follows from the fact that $M_[X]$ is a symmetric matrix.) So the expression given by your professor is missing the $X'$ term.







          share|cite|improve this answer












          share|cite|improve this answer



          share|cite|improve this answer










          answered Mar 21 at 23:07









          BenBen

          27.5k233126




          27.5k233126







          • 2




            $begingroup$
            Nice, I think we both must have been typing our answers at the same time. I'm glad you also found the mistake.
            $endgroup$
            – dlnB
            Mar 21 at 23:11






          • 1




            $begingroup$
            @dlnb: Jinx! Buy me a coke!
            $endgroup$
            – Ben
            Mar 21 at 23:13












          • 2




            $begingroup$
            Nice, I think we both must have been typing our answers at the same time. I'm glad you also found the mistake.
            $endgroup$
            – dlnB
            Mar 21 at 23:11






          • 1




            $begingroup$
            @dlnb: Jinx! Buy me a coke!
            $endgroup$
            – Ben
            Mar 21 at 23:13







          2




          2




          $begingroup$
          Nice, I think we both must have been typing our answers at the same time. I'm glad you also found the mistake.
          $endgroup$
          – dlnB
          Mar 21 at 23:11




          $begingroup$
          Nice, I think we both must have been typing our answers at the same time. I'm glad you also found the mistake.
          $endgroup$
          – dlnB
          Mar 21 at 23:11




          1




          1




          $begingroup$
          @dlnb: Jinx! Buy me a coke!
          $endgroup$
          – Ben
          Mar 21 at 23:13




          $begingroup$
          @dlnb: Jinx! Buy me a coke!
          $endgroup$
          – Ben
          Mar 21 at 23:13

















          draft saved

          draft discarded
















































          Thanks for contributing an answer to Cross Validated!


          • 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%2fstats.stackexchange.com%2fquestions%2f398797%2fwhy-does-this-expression-simplify-as-such%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

          Lowndes Grove History Architecture References Navigation menu32°48′6″N 79°57′58″W / 32.80167°N 79.96611°W / 32.80167; -79.9661132°48′6″N 79°57′58″W / 32.80167°N 79.96611°W / 32.80167; -79.9661178002500"National Register Information System"Historic houses of South Carolina"Lowndes Grove""+32° 48' 6.00", −79° 57' 58.00""Lowndes Grove, Charleston County (260 St. Margaret St., Charleston)""Lowndes Grove"The Charleston ExpositionIt Happened in South Carolina"Lowndes Grove (House), Saint Margaret Street & Sixth Avenue, Charleston, Charleston County, SC(Photographs)"Plantations of the Carolina Low Countrye

          random experiment with two different functions on unit interval Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern)Random variable and probability space notionsRandom Walk with EdgesFinding functions where the increase over a random interval is Poisson distributedNumber of days until dayCan an observed event in fact be of zero probability?Unit random processmodels of coins and uniform distributionHow to get the number of successes given $n$ trials , probability $P$ and a random variable $X$Absorbing Markov chain in a computer. Is “almost every” turned into always convergence in computer executions?Stopped random walk is not uniformly integrable

          How should I support this large drywall patch? Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?How do I cover large gaps in drywall?How do I keep drywall around a patch from crumbling?Can I glue a second layer of drywall?How to patch long strip on drywall?Large drywall patch: how to avoid bulging seams?Drywall Mesh Patch vs. Bulge? To remove or not to remove?How to fix this drywall job?Prep drywall before backsplashWhat's the best way to fix this horrible drywall patch job?Drywall patching using 3M Patch Plus Primer