Package jline.api.mam

Class MapMean

  • All Implemented Interfaces:

    
    public final class MapMean
    
                        

    MAP mean inter-arrival time computation algorithms.

    Provides methods for computing the mean inter-arrival time of Markovian Arrival Processes (MAP). The mean inter-arrival time is the reciprocal of the arrival rate and represents the expected time between consecutive arrivals in the process.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      MapMean()
    • 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

      • MapMean

        MapMean()
    • Method Detail