Package jline.api.mam
Class Mmap_timereverseKt
-
- All Implemented Interfaces:
public final class Mmap_timereverseKt
-
-
Method Summary
Modifier and Type Method Description final static MatrixCell
mmap_timereverse(MatrixCell mmap)
Computes the time-reversed version of a Markovian Arrival Process with marked arrivals (MMAP). -
-
Method Detail
-
mmap_timereverse
final static MatrixCell mmap_timereverse(MatrixCell mmap)
Computes the time-reversed version of a Markovian Arrival Process with marked arrivals (MMAP).
This method takes an MMAP and returns its time-reversed version. The time-reversed MMAP is computed by transposing the transition matrices and adjusting them using the stationary distribution of the underlying Markov chain. The resulting matrices represent the same process viewed in reverse time.
- Parameters:
mmap
- the MatrixCell containing the transition matrices of the original MMAP- Returns:
a MatrixCell representing the time-reversed MMAP
-
-
-
-