Package jline.api.mam

Class Mmap_timereverseKt

    • 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 mmap_timereverse(MatrixCell mmap) Computes the time-reversed version of a Markovian Arrival Process with marked arrivals (MMAP).
      • Methods inherited from class java.lang.Object

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

    • 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