Package jline.api.mc

Class Ctmc_hitting_time

java.lang.Object
jline.api.mc.Ctmc_hitting_time

public final class Ctmc_hitting_time extends Object
Mean time to reach any state in a target set from each state of a CTMC.

Continuous-time twin of Dtmc_hitting_time and the first-moment special case of Ctmc_passage_moments: (-S) h = 1 on the non-target block, where dtmc_hitting_time solves (I - P_NT) h = 1. Target states have zero hitting time; a state that cannot reach the set has an infinite one.

Target indices are 0-based here and 1-based in the MATLAB reference.

  • Method Details

    • ctmc_hitting_time

      public static Matrix ctmc_hitting_time(Matrix Q, int[] targetStates)