Package jline.api.mam

Class Mmap_timereverse

java.lang.Object
jline.api.mam.Mmap_timereverse

public final class Mmap_timereverse extends Object
  • Method Details

    • mmap_timereverse

      public 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