Math::Telephony::ErlangC

Math::Telephony::ErlangC is a Perl extension for Erlang C calculations.
Download

Math::Telephony::ErlangC Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Flavio Poletti
  • Publisher web site:
  • http://search.cpan.org/~polettix/

Math::Telephony::ErlangC Tags


Math::Telephony::ErlangC Description

Math::Telephony::ErlangC is a Perl extension for Erlang C calculations. Math::Telephony::ErlangC is a Perl extension for Erlang C calculations.SYNOPSIS use Math::Telephony::ErlangC; # Evaluate probability that a service request will have to wait $wprob = wait_probability($traffic, $servers); # Probability that the wait time will be less than a fixed maximum # $mst is the mean service time $mwprob = maxtime_probability($traffic, $servers, $mst, $maxtime); # Average time waiting in queue # $mst is the mean service time $awtime = average_wait_time($traffic, $servers, $mst);This mosule contains various functions to deal with Erlang C calculations.The Erlang C model allows dimensioning the number of servers in a M/M/S/inf/inf model (Kendall notation):· The input process is Markovian (Poisson in this case)· The serving process is Markovian (ditto)· There are S servers· The wait line is infinite (pure wait, no loss, no renounce)· The input population is infinite Requirements: · Perl


Math::Telephony::ErlangC Related Software