When do we take which distribution?

  • MHB
  • Thread starter mathmari
  • Start date
  • Tags
    Distribution
In summary: The exponential distribution can be used to model the following: - The time it takes for events to happen- The time it takes for a certain activity to finish- The time it takes for a certain quantity to reach a certain levelThe exponential distribution assigns a probability to any real number as follows: \begin{equation*}P(x)=-e^{-x}\end{equation*} In summary, the exponential distribution can be used to model the time it takes for events to happen, the time it takes for a certain activity to finish, and
  • #1
mathmari
Gold Member
MHB
5,049
7
Hey! :eek:

Could you tell me when we take which of the following distributions:
-binomial
-hypergeometric
-geometric
-poisson
-exponential
? (Wondering)
 
Physics news on Phys.org
  • #2
mathmari said:
Hey! :eek:

Could you tell me when we take which of the following distributions:
-binomial

Hey mathmari! (Smile)

I like to characterize these distributions by typical examples.
For a binomial distribution that is flipping a coin n times and seeing how many heads we get.
mathmari said:
-hypergeometric

The number of green marbles we draw from an urn with a known distribution of marbles.

mathmari said:
-geometric

The number of coins we have to flip before we get a head.

mathmari said:
-poisson

The number of lamps that expire in a given interval of time.

mathmari said:
-exponential
? (Wondering)

The time it takes for a lamp to expire.

(Thinking)
 
  • #3
Ah ok! (Nerd) Is at the following everything correct? - Binomial distribution

The binomial distribution is one of the most important discrete probability distributions. It describes the probable outcome of a series of similar and independent experiments, each with only two possible outcomes, the results of Bernoulli processes.

If the desired result of an experiment has the probability p, and the number of trials is n, the binomial distribution indicates the probability of a total of k successes. Under these conditions the experiment is a Bernoulli experiment. The formula is the following: \begin{equation*}P=\binom{n}{k}\cdot p^k\cdot (1-p)^{n-k}\end{equation*}

The binomial distribution is suitable for describing random variables of the following kind:
  • The determination of the number of a particular property in a sample from a set of elements, if the sequence does not play a role when the sample is taken from the total quantity, and the extracted elements are returned (draws with replacement).
  • The determination of the total number of defective components produced under identical conditions.
  • Estimation of the random number of identical components which fail in a time interval when used under the same boundary conditions.
- Hypergeometric distribution

The general situation is the following:
In an urn there are $ N $ objects, $ K $ objects have a certain property, and the remaining objects do not have this property. If one takes a random sample of $ n $ objects from the urn without replacement, the individual extractions are not independent. The random variable $ Y $ specifies the number $ k $ of the objects in the sample that have the property. The probability of $Y$ is equal to:
\begin{equation*}H=\frac{\binom{K}{k}\cdot \binom{N-K}{n-k}}{\binom{N}{n}}\end{equation*}

We use the hypergeometric distribution at draws without replacement but the binomial distribution at draws with replacement.
- Geometric distribution

The geometric distribution is a kind of discrete distributions. The geometric distribution refers to the number of executions up to the first so-called "success".

At the geometric distribution we consider also the Bernoulli-Experiment.

If the success probability $ p $ has been given, the probability function
\begin{equation*}P(X=n)=p\cdot (1-p)^{n-1}\end{equation*}
can be used to determine the exact probability of exactly $ n $ attempts to reach the first success / hit.
- Poisson distribution

The Poisson distribution is one of the discrete probability distributions.

The Poisson distribution is a typical distribution for the number of phenomena occurring within a unit.

It is often used to describe temporal events. Given is a random event, which takes place on an average at a time interval $ t_1 $, as well as a second period $ t_2 $, to which this event is to be referred.

The Poisson distribution $ P_{\lambda} (n) $ with $ \lambda = \frac{t_2}{t_1} $ indicates the probability that exactly $ n $ events occur in the period $ t_2 $.

The distribution function denoted by $ P_{\lambda} $ is determined by the event rate (mean occurrence frequency of an event) parameter $ \lambda $, which is the expectation value and the variance of the distribution. It assigns the probabilities to the natural numbers $ k = 0,1,2, \ldots $ as follows:
\begin{equation*}P_{\lambda}(X=k)=\frac{\lambda^k}{k!}e^{-\lambda}\end{equation*}

Typical questions which can be answered with the help of the Poisson distribution are e.g. the
  • number of events within a particular time unit (e.g., number of incoming telephone calls in a call center within an hour or number of customers in a supermarket within one hour), or
  • number of objects on a given area (e.g., number of molehill on one hectare), or in a certain volume (e.g., number of bacteria in one liter of liquid).

The prerequisite for the Poisson distribution is that the events are random and independent of each other.

The Poisson distribution is also used as an approximation solution for the binomial distribution (so-called Poisson approximation), if the number of trial runs is high (eg starting at $ 100 $) and the probability of occurrence of an event is low (eg maximum $ 10% $). It is also referred to as the distribution of the rare events.
- Exponential distribution

The exponential distribution is a continuous distribution. With the aid of the exponential distribution, Life or waiting times can be modeled.

Since the exponential distribution is also used as a life distribution, it is possible to specify related variables such as survival probability, remaining life, and failure rate using the distribution function. Thus complement of the distribution function is called survival probability
\begin{equation*}P(X>x)=1-F(x)=e^{-\lambda x}\end{equation*}

The exponential distribution is used primarily in answering the question of the duration of random time intervals, e.g.
  • Duration of a telephone conversation
  • Duration of services, repairs, maintenance measures
  • Time between two calls
  • Life of atoms during radioactive decay
  • Life of components, machines and devices, if aging phenomena do not have to be considered.
  • Age of living creatures
Could I improve/add something? (Wondering)
 
  • #4
It looks fine to me.
I do wonder about a couple of the examples.
For binomial you have 'Estimation of the random number of identical components which fail in a time interval when used under the same boundary conditions.'. That sounds like an example for a Poisson distribution.
And for Exponential you have 'Age of living creatures'. That doesn't seem right. Maybe for 1-cell organisms, but normal creatures 'age' and do not die according to an exponential distribution. (Thinking)
 
  • #5
I like Serena said:
It looks fine to me.
I do wonder about a couple of the examples.
For binomial you have 'Estimation of the random number of identical components which fail in a time interval when used under the same boundary conditions.'. That sounds like an example for a Poisson distribution.
And for Exponential you have 'Age of living creatures'. That doesn't seem right. Maybe for 1-cell organisms, but normal creatures 'age' and do not die according to an exponential distribution. (Thinking)

Ah ok. Are the other examples correct/at the correct distribution? (Wondering)
 
  • #6
mathmari said:
Ah ok. Are the other examples correct/at the correct distribution? (Wondering)

Yes. I believe so. (Happy)
 
  • #7
I like Serena said:
Yes. I believe so. (Happy)

Great! Thank you very much! (Mmm)
 

FAQ: When do we take which distribution?

1. When do we use a normal distribution?

The normal distribution is commonly used when analyzing data that follows a bell-shaped curve, such as height or weight of a population. It is also used when the data is continuous and symmetrical around the mean.

2. When do we use a binomial distribution?

The binomial distribution is used when analyzing data that has two possible outcomes, such as heads or tails in a coin toss. It is also used when the data is discrete and follows a fixed number of trials or experiments.

3. When do we use a Poisson distribution?

The Poisson distribution is used when analyzing data that represents the number of occurrences of an event in a given time or space. It is used when the data is discrete and the events occur independently of each other.

4. When do we use a exponential distribution?

The exponential distribution is used when analyzing data that represents the time between events, such as the time between customer arrivals at a store. It is also used when the data is continuous and follows a decreasing rate of occurrence over time.

5. When do we use a chi-square distribution?

The chi-square distribution is used when analyzing data that represents the relationship between two categorical variables. It is commonly used in hypothesis testing and determining the goodness of fit between observed and expected data.

Similar threads

Replies
1
Views
400
Replies
15
Views
1K
Replies
1
Views
1K
Replies
12
Views
3K
Replies
3
Views
965
Replies
8
Views
1K
Replies
16
Views
2K
Back
Top