-
Title: Variance
-
Series: Probability Theory
-
Chapter: Random Variables
-
YouTube-Title: Probability Theory 16 | Variance
-
Bright video: Watch on YouTube
-
Dark video: Watch on YouTube
-
Ad-free video: Watch Vimeo video
-
Forum: Ask a question in Mattermost
-
Quiz: Test your knowledge
-
Dark-PDF: Download PDF version of the dark video
-
Print-PDF: Download printable PDF version
-
Exercise Download PDF sheets
-
Thumbnail (bright): Download PNG
-
Thumbnail (dark): Download PNG
-
Subtitle on GitHub: pt16_sub_eng.srt missing
-
Download bright video: Link on Vimeo
-
Download dark video: Link on Vimeo
-
Timestamps (n/a)
-
Subtitle in English (n/a)
-
Quiz Content
Q1: Let $(\Omega, \mathcal{A}, \mathbb{P})$ be a probability space and $X \colon \Omega \rightarrow \mathbb{R}$ be a random variable. What is not correct for the variance $\mathrm{Var}(X)$?
A1: $\mathrm{Var}(X) $ $ = \mathbb{E}( (X-\mathbb{E}(X))^2 )$
A2: $\mathrm{Var}(X) $ $ = \mathbb{E}( X^2 ) - \mathbb{E}( X )^2$
A3: $\mathrm{Var}(X) $ $ = \mathbb{E}( X )^2 - \mathbb{E}( X^2 )$
A4: $\mathrm{Var}(X) $ $ = \mathbb{E} \left( X^2 - 2 \mathbb{E}( X ) X + \mathbb{E}( X )^2 \right) $
Q2: Let $(\Omega, \mathcal{A}, \mathbb{P})$ be a probability space and $X \colon \Omega \rightarrow \mathbb{R}$ be a continuous random variable with pdf $f_X$. What is correct for the variance $\mathrm{Var}(X)$?
A1: $\displaystyle \mathrm{Var}(X) $ $\displaystyle = \int_{\mathbb{R}} (x - \mathbb{E}(X))^2 f_X(x) , dx $
A2: $\displaystyle \mathrm{Var}(X) $ $\displaystyle = \int_{\mathbb{R}} x^2 f_X(x) , dx $
A3: $\displaystyle \mathrm{Var}(X) $ $\displaystyle = \int_{\mathbb{R}} (x - \mathbb{E}(X)^2) f_X(x) , dx $
A4: $\displaystyle \mathrm{Var}(X) $ $\displaystyle = \int_{\mathbb{R}} (x^2 - \mathbb{E}(X)^2 ) f_X(x) , dx $
Q3: Let $(\Omega, \mathcal{A}, \mathbb{P})$ be a probability space and $X \colon \Omega \rightarrow \mathbb{R}$ be a discrete random variable. What is correct for the variance $\mathrm{Var}(X)$?
A1: $ \displaystyle \mathrm{Var}(X) $ $ \displaystyle = \sum_{x \in \mathbb{R}} (x - \mathbb{E}(X))^2 \mathbb{P}_X( { x } ) $
A2: $\displaystyle \mathrm{Var}(X) $ $\displaystyle = \sum_{x \in \mathbb{R}} x^2 \mathbb{P}_X( { x } ) $
A3: $\displaystyle \mathrm{Var}(X) $ $\displaystyle = \sum_{x \in \mathbb{R}} (x^2 - \mathbb{E}(X) )\mathbb{P}_X( { x } ) $
A4: $\displaystyle \mathrm{Var}(X) $ $\displaystyle = \sum_{x \in \mathbb{R}} \mathbb{E}(X)^2 \mathbb{P}_X( { x } ) $
-
Last update: 2025-09