Package jline.api.mam

Class Map_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 map_timereverse(MatrixCell map) Computes the time-reversed MAP of a given MAP.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • map_timereverse

         final 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