Package jline.api.mc
Class Dtmc_isfeasibleKt
-
- All Implemented Interfaces:
public final class Dtmc_isfeasibleKt
-
-
Method Summary
Modifier and Type Method Description final static Integer
dtmc_isfeasible(Matrix P)
Check if a matrix represents a feasible DTMC transition matrix -
-
Method Detail
-
dtmc_isfeasible
final static Integer dtmc_isfeasible(Matrix P)
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)
-
-
-
-