Package jline.api.mam

Class Map_timereverse

java.lang.Object
jline.api.mam.Map_timereverse

public final class Map_timereverse extends Object
  • Method Details

    • map_timereverse

      public static MatrixCell map_timereverse(MatrixCell map)
      Computes the time-reversed MAP of a given MAP.

      The time-reversed MAP has transition rates adjusted based on the stationary distribution of the original MAP.

      Parameters:
      map - the original MAP stored in a MatrixCell containing the D0 and D1 matrices
      Returns:
      a MatrixCell representing the time-reversed MAP, containing the reversed D0 and D1 matrices