Nate's Notes

Collection of notes for various classes I've taken.

Buy Me A Coffee

September 8

Discrete Probability Distribution

The probability of a specific outcome $x$ for a random variable $X$ is given by the probability mass function (PMF), denoted as $P(X=x)$ or $f(x)$. For a function to be a valid PMF, it must satisfy two essential properties:

Measures of Central Tendency and Dispersion

Mean (Expected Value)

The mean or expected value, denoted by $\mu$ or $E(X)$, is the long-run average value of the random variable. It’s a weighted average of all possible values, where each value is weighted by its probability.

\[\mu = E(X) = \mu_X = \sum_{x}{x \cdot P(X=x)}\]

Variance

The variance, denoted by $Var(X)$ or $\sigma^2$, measures the spread or dispersion of the distribution around its mean. A low variance indicates that the values are clustered closely around the mean, while a high variance suggests they are more spread out.

\[Var(X) = \sigma_X^2 = E[(X-\mu_X)^2] = \sum_{x}(x-\mu)^2 P(X=x)\]