Package jline.api.mam

Class MapLambda

  • All Implemented Interfaces:

    
    public final class MapLambda
    
                        

    MAP arrival rate computation algorithms.

    Provides methods for calculating the arrival rate (lambda) of Markovian Arrival Processes (MAP). The arrival rate represents the long-run average rate at which events occur in the MAP and is fundamental to many queueing theory applications.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      MapLambda()
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class java.lang.Object

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

      • MapLambda

        MapLambda()
    • Method Detail