Package jline.api.mam
Class Map_timereverseKt
-
- All Implemented Interfaces:
public final class Map_timereverseKt
-
-
Method Summary
Modifier and Type Method Description final static MatrixCell
map_timereverse(MatrixCell map)
Computes the time-reversed MAP of a given MAP. -
-
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
-
-
-
-