Package jline.api.mam
Class Map_maxKt
-
- All Implemented Interfaces:
public final class Map_maxKt
-
-
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. -
-
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) matricesB
- The second MAP stored in a MatrixCell, containing (D0, D1) matrices- Returns:
A MatrixCell representing the MAP of the maximum process
-
-
-
-