Package jline.api.mc
Class Dtmc_timereverseKt
-
- All Implemented Interfaces:
public final class Dtmc_timereverseKt
-
-
Method Summary
Modifier and Type Method Description final static Matrix
dtmc_timereverse(Matrix P)
Compute the infinitesimal generator of the time-reversed DTMC. -
-
Method Detail
-
dtmc_timereverse
final static Matrix dtmc_timereverse(Matrix P)
Compute the infinitesimal generator of the time-reversed DTMC.
- Parameters:
P
- Infinitesimal generator of the DTMC- Returns:
Infinitesimal generator of the time-reversed DTMC
-
-
-
-