call center data arrival

3 次查看(过去 30 天)
Matlabbey
Matlabbey 2013-11-29
if you have call center arrival data with times and call amounts how do you generate a model for arrivals? is it poisson? how to generate graphs with the distributions?

回答(1 个)

Walter Roberson
Walter Roberson 2013-11-29
You never have a fraction of a call. Ideally one call does not "cause" additional calls (but in practice it does, as people go away to think about things and call back again.) These two facts together would tend to suggest Poisson.
However, Poisson requires that the incident probability is constant. That is not the case for call centers, which definitely get busier at various times. The peak times vary with the industry and the time-zone range served by the call center (and with the customer concentration in each of those time zones.) Therefor, you cannot model as Poisson.
What you might be able to do is divide the times up into segments, and model each segment as Poisson with a different probability.
There are other modelling techniques for analyzing cyclic trends; see http://www.mathworks.com/help/ident/time-series-model-identification.html

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by