expected difference of mean squared
1. first find mean, then for each observation subtract mean, square, and do this for every observation
2. sum-product the previous calculation to their respective probabilities
EXCEL *SUMPRODUCT((X-Xbar)^2,p)
Observation with the higher probability will contribute higher to expectation