Package jline.api.mam
Class Mmpp_rand
java.lang.Object
jline.api.mam.Mmpp_rand
-
Method Summary
Modifier and TypeMethodDescriptionstatic MatrixCellGenerates a random Markov Modulated Poisson Process (MMPP) with 2 states.static MatrixCellmmpp_rand(int K) Generates a random Markov Modulated Poisson Process (MMPP) with K states.
-
Method Details
-
mmpp_rand
Generates a random Markov Modulated Poisson Process (MMPP) with K states.- Parameters:
K- the number of states- Returns:
- a MatrixCell representing the random MMPP transition matrices
-
mmpp_rand
Generates a random Markov Modulated Poisson Process (MMPP) with 2 states.- Returns:
- a MatrixCell representing the random MMPP transition matrices
-