Package jline.api.mc
Class Dtmc_solve
java.lang.Object
jline.api.mc.Dtmc_solve
-
Method Summary
Modifier and TypeMethodDescriptionstatic Matrixdtmc_solve(Matrix P) Returns the steady-state solution of a DTMC.
-
Method Details
-
dtmc_solve
Returns the steady-state solution of a DTMC.- Parameters:
P- Transition matrix of the DTMC- Returns:
- Steady-state solution vector of the DTMC
-