Math-Telephony-ErlangC
view release on metacpan or search on metacpan
lib/Math/Telephony/ErlangC.pm view on Meta::CPAN
request arrival and the average service time (see below for this).
=item *
B<servers> is the number of servers in the queue. When an input parameter,
this must be a defined value, greater or equal to 0.
=item *
B<wait probability> is the probability that a given service request will
be put inside the wait queue, which happens when all servers are busy.
=item *
B<(average) service time> is the (average) time that each server needs to
complete a service request; it's referred to as $mst most of the time
below.
=back
lib/Math/Telephony/ErlangC.pm view on Meta::CPAN
None by default. Following functions can be imported at once via the
":all" keyword.
=head2 FUNCTIONS FOR WAIT PROBABILITY
=over
=item B<$wprob = wait_probability($traffic, $servers);>
Evaluate the probability that a call will have to wait in the queue
because all servers are busy.
=item B<$servers = servers_waitprob($traffic, $wait_probability)>
Evaluate the needed number of servers to handle $traffic Erlangs with
a wait probability not greater than $wait_probability.
( run in 1.088 second using v1.01-cache-2.11-cpan-87723dcf8b7 )