Package jline.api.mam
Class Aph_rand
java.lang.Object
jline.api.mam.Aph_rand
-
Method Summary
Modifier and TypeMethodDescriptionstatic MatrixCellaph_rand()Generates a random Acyclic Phase-type (APH) distribution with 2 phases.static MatrixCellaph_rand(int K) Generates a random Acyclic Phase-type (APH) distribution with K phases.
-
Method Details
-
aph_rand
Generates a random Acyclic Phase-type (APH) distribution with K phases.- Parameters:
K- the number of phases- Returns:
- a MatrixCell representing the random APH distribution
-
aph_rand
Generates a random Acyclic Phase-type (APH) distribution with 2 phases.
-