Package jline.api.mc

Class Ctmc_testpf_kolmogorovKt

    • 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 Boolean ctmc_testpf_kolmogorov(Matrix Q) Test if a CTMC has product form using Kolmogorov's criteria Checks if the product of transition rates along any cycle equals the product of rates in the reverse direction
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • ctmc_testpf_kolmogorov

         final static Boolean ctmc_testpf_kolmogorov(Matrix Q)

        Test if a CTMC has product form using Kolmogorov's criteria Checks if the product of transition rates along any cycle equals the product of rates in the reverse direction

        Parameters:
        Q - infinitesimal generator matrix
        Returns:

        true if the CTMC has product form, false otherwise