1/7
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No analytics yet
Send a link to your students to track their progress
P(X=x) for 1st success of geometric distribution
P(X=x) = p(1-p)x-1
Cumulative geometric distribution formula
P(X≤x) = 1-(1-p)x
P(X≥x) = (1-p)x-1
E(X) of geometric distribution
E(X) = μ = 1/p
Var(X) of geometric distribution
Var(X) = σ2 = (1-p)/p2
P(X=x) for number of trials needed for r success of negative binomial distribution
P(X=x) = (x-1)C(r-1) pr (1-p)x-r
P(X≤a) for NB where X~NB(r,p)
Change X~NB(r,p) to Y~B(a,p)
Calculate P(Y≥r) and vice versa for P(X≥a)
E(X) of negative binomial distribution
E(X) = μ = r/p
Var(X) of negative binomial distribution
Var(X) = σ2 = r(1-p)/p2