Package jline.api.mc

Class Ctmc_relsolveKt

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static Array<Object> ctmc_relsolve(Matrix Q, Integer refstate, Map<String, Object> options) Equilibrium distribution of a continuous-time Markov chain re-normalized with respect to the probability of a reference state.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • ctmc_relsolve

         final static Array<Object> ctmc_relsolve(Matrix Q, Integer refstate, Map<String, Object> options)

        Equilibrium distribution of a continuous-time Markov chain re-normalized with respect to the probability of a reference state.

        Parameters:
        Q - Infinitesimal generator matrix of the CTMC
        refstate - Reference state (default: 0 for 0-indexed)
        options - Optional parameters (not implemented yet)
        Returns:

        Array containing p, Q, nConnComp, connComp where: p: equilibrium distribution Q: processed generator matrix nConnComp: number of connected components connComp: component assignments