Skip to content

Commit fe0a6bb

Browse files
committed
Corrected formular for variance of correlated variables
1 parent f3907de commit fe0a6bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stat-cookbook.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ \section{Variance}
539539
\begin{titemize}{Definition and properties}
540540
\item $\V{X} = \sigma_X^2 = \E{(X-\E{X})^2} = \E{X^2} - \E{X}^2$
541541
\item $\V{\displaystyle\sum_{i=1}^n X_i} =
542-
\displaystyle\sum_{i=1}^n \V{X_i} + 2\sum_{i\ne j}\cov{X_i,Y_j}$
542+
\displaystyle\sum_{i=1}^n \V{X_i} + \sum_{i\ne j}\cov{X_i,X_j}$
543543
% \stackrel{X_i \ind X_j}{=}\sum_{i=1}^n\V{X_i}$
544544
\item $\V{\displaystyle\sum_{i=1}^n X_i} =
545545
\displaystyle\sum_{i=1}^n\V{X_i} \quad$ if $X_i \ind X_j$

0 commit comments

Comments
 (0)