call center data arrival
显示 更早的评论
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
2013-11-29
0 个投票
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
类别
在 帮助中心 和 File Exchange 中查找有关 Poisson Distribution 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!