Package jline.api.mam

Class Map_erlangKt

  • All Implemented Interfaces:

    
    public final class Map_erlangKt
    
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static MatrixCell map_erlang(Double mean, Integer k) Fits an Erlang-k process as a Markovian Arrival Process (MAP).
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • map_erlang

         final static MatrixCell map_erlang(Double mean, Integer k)

        Fits an Erlang-k process as a Markovian Arrival Process (MAP).

        The Erlang-k process is characterized by k phases, each with an exponential distribution, resulting in a distribution with a mean and a coefficient of variation smaller than 1. This method constructs a MAP that approximates the behavior of an Erlang-k process with a specified mean and shape parameter k.

        Parameters:
        mean - the desired mean of the Erlang-k process
        k - the shape parameter, representing the number of phases in the Erlang-k process
        Returns:

        a MatrixCell containing the transition matrices D0 and D1 of the fitted MAP