Package jline.api.mc
Class Ctmc_testpf_kolmogorovKt
-
- All Implemented Interfaces:
public final class Ctmc_testpf_kolmogorovKt
-
-
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 -
-
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
-
-
-
-