Package jline.api.mam

Class Map_maxKt

  • All Implemented Interfaces:

    
    public final class Map_maxKt
    
                        
    • 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_max(MatrixCell A, MatrixCell B) Computes the MAP that represents the maximum of two independent MAPs.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • map_max

         final static MatrixCell map_max(MatrixCell A, MatrixCell B)

        Computes the MAP that represents the maximum of two independent MAPs.

        Given two independent MAPs A and B, this function computes the MAP that represents the maximum of the two inter-arrival times. The resulting MAP describes the process where each arrival corresponds to the maximum of the two independent arrival times.

        Parameters:
        A - The first MAP stored in a MatrixCell, containing (D0, D1) matrices
        B - The second MAP stored in a MatrixCell, containing (D0, D1) matrices
        Returns:

        A MatrixCell representing the MAP of the maximum process