Estimating lost calls
Posted: 24 Jan 2010 02:04
Hi,
I can roughly estimate average waiting times through Erlang C calculations, but I'm not quite sure how to estimate lost calls based on my empirical data.
I have data on:
1. Calls Recieved.
2. Calls answered without queuing.
3. Calls abandoned within 5 seconds, 30 secions, 60 seconds and total abandoned.
4. Calls answered within 5 seconds,30 seconds, 60 seconds.
5. Average waiting time, lost calls.
6. Average ringing time.
I'm thinking that since i can to some extent ignore early abandons (5 seconds) that linear regression might suffice. But I would love to hear which approaches others on this board would suggest?
I manage lots of small queues and we're moving from monitoring service level to just monitoring efficiency.
Thank you very much.
I can roughly estimate average waiting times through Erlang C calculations, but I'm not quite sure how to estimate lost calls based on my empirical data.
I have data on:
1. Calls Recieved.
2. Calls answered without queuing.
3. Calls abandoned within 5 seconds, 30 secions, 60 seconds and total abandoned.
4. Calls answered within 5 seconds,30 seconds, 60 seconds.
5. Average waiting time, lost calls.
6. Average ringing time.
I'm thinking that since i can to some extent ignore early abandons (5 seconds) that linear regression might suffice. But I would love to hear which approaches others on this board would suggest?
I manage lots of small queues and we're moving from monitoring service level to just monitoring efficiency.
Thank you very much.