Package jline.api.mc
Class Dtmc_makestochasticKt
-
- All Implemented Interfaces:
public final class Dtmc_makestochasticKt
-
-
Method Summary
Modifier and Type Method Description final static Matrix
dtmc_makestochastic(Matrix P)
Normalize a given non-negative matrix into a DTMC -
-
Method Detail
-
dtmc_makestochastic
final static Matrix dtmc_makestochastic(Matrix P)
Normalize a given non-negative matrix into a DTMC
- Parameters:
P
- nonegative matrix- Returns:
Transition matrix of the DTMC
-
-
-
-