Package jline.api.mam
Class Map_timereverse
java.lang.Object
jline.api.mam.Map_timereverse
-
Method Summary
Modifier and TypeMethodDescriptionstatic MatrixCellComputes the time-reversed MAP of a given MAP.
-
Method Details
-
map_timereverse
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
-