MATH 350 Notes for Exams

  • Independence of A,BSA,B \subset S: P[AB]=P[A]P[B]\mathbb{P}[A \cap B] = \mathbb{P}[A] \mathbb{P}[B]
  • Binomial density: f(xK,p)=(Kx)px(1p)Kxf(x | K, p) = { K \choose x} p^x (1-p)^{K - x}
  • Bernoulli density: f(xp)=px(1p)1xf(x | p) = p^x (1-p)^{1 - x}
  • Normal density: f(xμ,σ)=(2πσ2)1/2e(xμ)2/(2σ2)f(x | \mu, \sigma) = (2\pi\sigma^2)^{-1/2}e^{-(x - \mu)^2 / (2\sigma^2)}
  • Exponential density: f(xλ)=λeλxf(x | \lambda) = \lambda e^{-\lambda x}
  • Continuous Uniform density: f(xa,b)=1/(ba)f(x | a, b) = 1 / (b - a)
  • Poisson density: f(xλ)=eλλx/x!f(x | \lambda) = e^{-\lambda } \lambda^x / x!
  • Cumulative Distribution Function: F(x)=P[Xx]F(x) = \mathbb{P}[X \leq x]
  • Probability: P[A]=xAf(xθ)\mathbb{P}[A] = \sum_{x \in A} f(x | \theta)
  • Expectation of XX: E[X]=xSxf(xθ)\mathbb{E}[X] = \sum_{x \in S} x * f(x | \theta)
  • Discrete Uniform density: f(xa,b)=1/(ba+1)f(x | a, b) = 1 / (b - a + 1)
  • Expectation Binomial: E[X]=Kp\mathbb{E}[X] = K * p
  • Variance Binomial: V[X]=Kp(1p)\mathbb{V}[X] = K * p * (1 - p)
  • General Expectation: E[g(X)]=f(x)g(x)dx\mathbb{E}[g(X)] = \int f(x) g(x) dx for density function f(x)f(x) and arbitrary function g(x)g(x)
  • Variance: V[X]\mathbb{V}[X] is defined by a general expectation with g(x)=(xE[X])2g(x) = (x - \mathbb{E}[X])^2
  • Probability: P[XA]\mathbb{P}[X \in A] is defined by a general expectation with g(x)=1A(x)g(x) = 1_A(x)