Package jline.api.mc
Class Dtmc_isfeasible
java.lang.Object
jline.api.mc.Dtmc_isfeasible
-
Method Summary
Modifier and TypeMethodDescriptionstatic intCheck if a matrix represents a feasible DTMC transition matrix
-
Method Details
-
dtmc_isfeasible
Check if a matrix represents a feasible DTMC transition matrix- Parameters:
P- Transition matrix to check- Returns:
- Feasibility tolerance level (0 if not feasible, higher values indicate better precision)
-