Package jline.api.mc
Class Ctmc_kmsKt
-
- All Implemented Interfaces:
public final class Ctmc_kmsKt
-
-
Method Summary
-
-
Method Detail
-
ctmc_kms
final static Triple<Matrix, Double, Double> ctmc_kms(Matrix Q, List<List<Integer>> MS, Integer numSteps)
Koury-McAllister-Stewart aggregation-disaggregation method for CTMCs
- Parameters:
Q- Infinitesimal generator matrixMS- List where MSi is the set of rows of Q in macrostate inumSteps- Number of iterative steps- Returns:
Triple of (p: steady-state probabilities, eps: NCD index, epsMAX: max acceptable eps)
-
-
-
-