Menu

Summarizing Discrete RVs

Summarizing Random Variables

This chapter introduces tools for mathematically summarizing distributions.

Expected Value (The Mean)

The weighted average of all possible outcomes.

💡

Linearity of Expectation

E[aX+bY]=aE[X]+bE[Y]E[aX + bY] = aE[X] + bE[Y] This holds even if XX and YY are dependent!

Variance and Spread

Variance measures the spread of outcomes from the mean. Var(X)=E[X2](E[X])2Var(X) = E[X^2] - (E[X])^2

Standard Units & Bounds

We can bound probabilities using universal inequalities:

  • Markov’s Inequality
  • Chebychev’s Inequality

Covariance and Correlation

Covariance measures the linear relationship between two variables. Correlation (ρ\rho) standardizes this between -1 and 1.