How is a Poissonly distributed variable notated?
X∼Po(λ), where λ is the expected number of occurrences in a given interval
For a random variable X∼Po(λ), how can P(X=x) be calculated?
e^(-λ)*λˣ/x!
For a random variable X∼Po(λ), how can E(X) be calculated?
λ
For a random variable X∼Po(λ), how can Var(X) be calculated?
λ
What conditions are required for a Poisson distribution?
If the number of events per unit time is ∼Po(λ), how is the number of events per n unit times distributed?
∼Po(nλ)
When and how can a random variable X∼B(n,p) be approximated by a Poisson distribution?
When n is large and p is small, then X≈∼Po(np)