Why use poisson to model arrival of clients

  • Context: Undergrad 
  • Thread starter Thread starter Mark J.
  • Start date Start date
  • Tags Tags
    Model Poisson
Click For Summary
SUMMARY

The Poisson distribution is the preferred model for client arrival due to its ability to approximate scenarios with a large number of potential clients, effectively converging from a Binomial distribution as the client count approaches infinity. Specifically, when modeling client arrivals, the Poisson distribution (Poiss(λ)) is utilized, where λ represents the average number of clients in a given time frame. Additionally, the Exponential distribution is employed to model the time intervals between arrivals in a Poisson process, providing a comprehensive framework for understanding client arrival dynamics.

PREREQUISITES
  • Understanding of Poisson distribution and its properties
  • Familiarity with Exponential distribution and its applications
  • Basic knowledge of Binomial distribution
  • Concept of convergence in probability theory
NEXT STEPS
  • Study the mathematical derivation of the Poisson distribution
  • Explore the relationship between Poisson and Exponential distributions
  • Learn about applications of Poisson processes in queuing theory
  • Investigate real-world examples of client arrival modeling using Poisson distribution
USEFUL FOR

Data scientists, statisticians, operations researchers, and anyone involved in modeling client arrival patterns in various fields such as marketing, service operations, and logistics.

Mark J.
Messages
81
Reaction score
0
Hi
Almost every text use as example poisson/exponential distribution to model clients arrival.
What makes this distribution so good to fit in these cases?
Please math arguments

Regards
 
Physics news on Phys.org
Mark J. said:
Hi
Almost every text use as example poisson/exponential distribution to model clients arrival.
What makes this distribution so good to fit in these cases?
Please math arguments

Regards

Hi Mark,

Imagine you have a group of just 10 possible clients equally likely to arrive within a time gap with a probability p. That would follow a Binomial ~ B(10,p). Right? That's OK for 10 clients but how about 1000? or 1000000? You could still use a binomial, but it turns out that when the number of clients goes to infinity the distribution converges towards a Poisson ~ Poiss(λ) where λ is the average number of clients within the time gap.

So since in practice you can approximate the group of clients like if there were an infinite number of them, the Poisson distribution makes more sense in those situations than using a Binomial.

The Exponential distribution simply accounts for the time difference between events in a Poisson distribution, that is, once you use a Poisson to model the arrival of clients, the time length between one client and the next follows an Exponential distribution.

So this is why.
 
Last edited:

Similar threads

  • · Replies 12 ·
Replies
12
Views
5K
Replies
8
Views
3K
  • · Replies 18 ·
Replies
18
Views
3K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 20 ·
Replies
20
Views
6K
Replies
1
Views
2K
  • · Replies 7 ·
Replies
7
Views
3K