Difference between Variance and 2nd moment

24.5k Views Asked by At

I understand that

$Var(X) = E(X^2) - E(X)^2 $

And that the second moment, variance, is

$E(X^2)$

How is variance simultaneously $E(X^2)$ and $E(X^2) - E(X)^2$?

2

There are 2 best solutions below

0
On BEST ANSWER

$$ \mathbb{E}(X^n) = \text{raw moment}\\ \mathbb{E}\left[\left(X-\mathbb{E}(X)\right)^n\right] = \text{central moment} $$ where the 2nd central moments represents the variance.

only equal when $\mathbb{E}(X) = 0$ as with $\mathcal{N}(0,1)$.

4
On

Simple: $$\operatorname{Var}(X)\neq E(X^2)$$

The second moment is not, in general, equal to variance.