Table of Contents

Week2 - Probability Review

2.1 - Univariate random variable

Discrete random variable

Bernoulli distribution

Continuous random variable

Uniform distribution over [a,b]

2.2 - Cumulative Distribution Function

2.3 - Quantiles

2.4 - Standard normal distribution

\[\Phi(x) = Pr(X \le x) = \int_{-\infty}^x \phi(z)dz\]

\[Pr(-1 \le x \le 1) \approx 0.67\] \[Pr(-2 \le x \le 2) \approx 0.95\] \[Pr(-3 \le x \le 3) \approx 0.99\]

\[Pr(X\le z) = 1 - Pr(X \ge z)\] \[Pr(X\ge z) = Pr(X \le -z)\] \[Pr(X\ge 0) = Pr(X \le 0) = 0.5\]

2.5 - Expected Value and Standard Deviation

Shape characteristics of pdfs

Expected value

Variance and Standard Deviation

2.6 - General Normal Distribution

\[f(x) = \frac{1}{\sqrt{2\pi \sigma_X^2}} exp\left( - \frac 12 \left(\frac{x-\mu_X}{\sigma_X} \right)^2\right)\]

Finding areas under General Normal Curve

2.7 - Standard deviation as measure of risk

2.8 - Normal Distribution: Appropriate fo simple returns ?

The Log-Normal Distribution

2.9 - Skewness and Kurtosis

Skewness - Measure of symmetry

\[Skew(Y) = (exp(\sigma_X^2) +2) \sqrt{exp(\sigma_X^2) -1} \gt 0\]

Kurtosis - Measure of tail thickness

2.10 - Student's-t Distribution

\[f(x) = \frac{\Gamma(\frac{v+1}{2})}{\sqrt{2\pi}\Gamma(\frac v2)} \left( 1 + \frac{x^2}{v}\right)^{- \frac{v+1}{2}}, ~~ -\infty \lt x \lt \infty, ~~ v > 0 \]

2.11 - Linear Functions of Random Variables

Linear function of Normal rv

\[\mu_Y = a \cdot \mu_X + b\] \[\sigma_Y^2 = a^2 \cdot \sigma_X^2\]

Standardizing a Normal rv

\[\begin{align} Z & = \frac{X - \mu_X}{\sigma_X} = \frac{1}{\sigma_X} \cdot X - \frac{\mu_X}{\sigma_X} \\ & = a \cdot X + b \\ a & = \frac{1}{\sigma_X}, ~ b = -\frac{\mu_X}{\sigma_X} \end{align}\]

2.12 - (Example) Value at Risk

VaR for cc returns