Package jline.api.mc
Class Ctmc_takahashiKt
-
- All Implemented Interfaces:
public final class Ctmc_takahashiKt
-
-
Method Summary
-
-
Method Detail
-
ctmc_takahashi
final static Triple<Matrix, Double, Double> ctmc_takahashi(Matrix Q, List<List<Integer>> MS, Integer numSteps)
Takahashi's 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)
-
-
-
-