[[
wikihub
]]
Search
⌘K
Explore
People
For Agents
Sign in
Explore
People
For Agents
Sign in
@jemoka / Jemoka Knowledge Base / raw/concept/kbhnegative_binomial_distribution.md
Suggest edit
Cancel
Submit suggestion
Title
Name
Note
--- title: "negative binomial distribution" source: https://www.jemoka.com/posts/kbhnegative_binomial_distribution/ --- how many trials do you need to get r successes. \begin{equation} P(X=n) = {{n-1} \choose {r-1}} p^{r} (1-p)^{n-r} \end{equation} if the chance of individual success is \(p\), what’s the probability that it takes \(n\) trials to get \(r\) successes. \begin{equation} \mathbb{E}[x] = \frac{r}{p} \end{equation} \begin{equation} Var[x] = r \frac{{1-p}}{r^{2}} \end{equation}