Package jline.api.mc
Class Dtmc_stochcomp
java.lang.Object
jline.api.mc.Dtmc_stochcomp
-
Method Summary
Modifier and TypeMethodDescriptionstatic Matrixdtmc_stochcomp(Matrix P, List<Integer> I) Returns the stochastic complement of a DTMC.
-
Method Details
-
dtmc_stochcomp
Returns the stochastic complement of a DTMC.- Parameters:
P- Transition matrix of the DTMCI- Indexes of states to be kept in the stochastic complement- Returns:
- Transition matrix of the stochastic complement
- Throws:
RuntimeException- If the transition matrix is null
-