Package jline.api.mc
Class Ctmc_passage_ph
java.lang.Object
jline.api.mc.Ctmc_passage_ph
Phase-type representation of the first passage time into a target STATE SET.
This is the primitive behind the whole ctmc_passage_* family.
Reference: P. G. Harrison and W. J. Knottenbelt, "Passage Time Distributions
in Large Markov Chains", 2002, Eqs. 1-2, which write the same system as n
scalar equations with L_i = 1 on the target.
THIS IS NOT THE SPLIT SolverCTMC.getCdfRespT USES. That one is by
EVENT (the tagged job arriving at or departing from a station, through the
filtration); this one is by STATE SET. The two are complementary and must not
be merged.
Target indices are 0-based here and 1-based in the MATLAB reference.
-
Method Summary
Modifier and TypeMethodDescriptionstatic CtmcPassagePhctmc_passage_ph(Matrix Q, Matrix pi0, int[] target)
-
Method Details
-
ctmc_passage_ph
- Parameters:
Q- generator, rows summing to zeropi0- initial distribution over the state space;nullstarts from the conditional stationary law on the complement of the target set, as the reference and the python twin dotarget- 0-based target state indices
-