1/6
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
|---|
No study sessions yet.
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
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
E(X) of negative binomial distribution
E(X) = μ = r/p
Var(X) of negative binomial distribution
Var(X) = σ2 = r(1-p)/p2