Package jline.api.mc
Class Dtmc_solveKt
-
- All Implemented Interfaces:
public final class Dtmc_solveKt
-
-
Method Summary
Modifier and Type Method Description final static Matrix
dtmc_solve(Matrix P)
Returns the steady-state solution of a DTMC. -
-
Method Detail
-
dtmc_solve
final static Matrix dtmc_solve(Matrix P)
Returns the steady-state solution of a DTMC.
- Parameters:
P
- Transition matrix of the DTMC- Returns:
Steady-state solution vector of the DTMC
-
-
-
-