Tell me more ×
Computer Science Stack Exchange is a question and answer site for students, researchers and practitioners of computer science. It's 100% free, no registration required.

I have seen numerous examples of using the Erlang formula to calculate the blocking probability for processes with exponentially distributed service times. However, I am not quite sure how to do that for a distribution which is not exponential, e.g. gamma.

share|improve this question
It seems to me that you'd have to derive a new formula, since the Erlang formula is derived with the fixed assumption of exponentially distributed runtimes (note: that's not the same as exponential!). – Raphael Nov 20 '12 at 9:08

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.