The negative binomial distribution describes the number of trials needed to achieve a certain number of successes in a series of independent trials. For example, it could be used to calculate the probability of getting three heads when flipping a coin 5 times, assuming the coin is balanced and therefore the probability of getting heads on each flip is 50%.
The negative binomial distribution is useful in many fields, including statistics, economics, biology, and physics. And also in “our” SEO.
The negative binomial distribution is a discrete probability distribution that describes the number of trials needed to achieve a certain number of successes in a series of independent trials.
A trial is said to succeed with probability p, and we want to achieve a total of r successes. The negative binomial distribution provides the probability of achieving r successes in the first n trials.
The parameters used in the negative binomial distribution are:
The negative binomial distribution is often denoted with the following notation:
\( X \sim NB(r,p) \\ \)where X indicates the number of trials needed to achieve r successes, and the symbol “~” means “distributed as”.
The negative binomial distribution can be applied in various situations, for example:
To calculate the probability of achieving r successes in the first n trials, we can use the following formula:
\( P(X = n) = {n-1 \choose r-1} p^r (1-p)^{n-r} \\ \)where X indicates the number of trials needed to achieve r successes, p indicates the probability of success in a single trial, and C indicates the binomial coefficient.
For example, suppose we want to calculate the probability of getting 3 heads when flipping a fair coin (probability of success p=0.5). If we assume that 5 flips are needed to get 3 heads, we can use the negative binomial distribution to calculate the probability of success:
\( P(X = 5) = {4 \choose 2} \cdot 0.5^3 \cdot 0.5^2 = 0.3125 \\ \)This means that the probability of getting 3 heads in 5 flips is 31.25%.
The negative binomial distribution and the geometric distribution are both discrete probability distributions used to model the number of trials needed to achieve a certain number of successes. However, the two distributions differ in the definition of success and the modeling objective.
The geometric distribution is used to model the number of trials needed to achieve the first success in a sequence of independent identically distributed trials. For example, the probability of achieving the first success in a fair coin toss can be modeled with a geometric distribution, where the probability of success is p=0.5 and the number of trials needed can take the values 1, 2, 3, ….
In more precise terms:
The main difference between the geometric distribution and the Pascal distribution is that the geometric distribution represents the total number of attempts needed to achieve one success, while the Pascal distribution represents the number of failures before the k-th success in a succession of independent and identically distributed Bernoulli experiments.
In other words, the geometric distribution describes the time needed to achieve the first success, while the Pascal distribution describes the time needed to achieve a certain fixed number of successes. Moreover, the geometric distribution has only one parameter (the probability of success), while the Pascal distribution has two parameters (the desired number of successes and the probability of success).
The formulas for the negative binomial distribution and the geometric distribution are similar, but with some differences in parameters and modeling objective.
For example, let’s consider the case of a fair coin with p=0.5. The probability of achieving the first success in 3 trials can be calculated with a geometric distribution:
\( P(X = 3) = (1-0.5)^2 \cdot 0.5 = 0.125 \\ \)where X indicates the number of trials needed to achieve the first success.
On the other hand, the probability of achieving 3 successes in 5 trials can be calculated with a negative binomial distribution:
\( P(X = 5) = {4 \choose 2} \cdot 0.5^3 \cdot 0.5^2 = 0.3125 \\ \)where X indicates the number of trials needed to achieve 3 successes.
What is the Monte Carlo method The story of the Monte Carlo method begins in…
Date Converter Use the converter to transform any Gregorian date into the corresponding French Revolutionary…
One of the most common questions when planning an A/B test is: how many users…
Introduction Machine Learning is changing the way we see the world around us. From weather…
The Gini coefficient is a measure of the degree of inequality in a distribution, and…
Contingency tables are used to evaluate the interaction between two categorical variables (qualitative). They are…