Poisson Distribution - lec. 13

ucla | MATH 170E | 2023-02-08T17:42


Table of Contents

Definitions


Big Ideas


Poisson R.V.

  • there are λ>0 occurrences
  • let X be the number of occurrences in some time span and takes values from S=1,2, (assuming population is infinite)
  • Assuming time intervals are disjoint: (t1,t2],(t2,t3],,(tn,tn+1]then occurrences on each time interval are independent
  • If h=t2t1>0 is sufficiently small P(X=1 in (t1t2])=λh and converges rapidly to zero as h0 i.e. an approximate Poisson r.v.

XPoisson(λ)

  • PMF

pX(x)=eλλxx!

  • CDF

FX(x)=eλk=0xλkk!

  • Mean and Variance

$\mathbb E[X]=\lambda$

Resources


📌

**SUMMARY
**