Package jline.api.mam
Class Mmpp_randKt
-
- All Implemented Interfaces:
public final class Mmpp_randKt
-
-
Method Summary
Modifier and Type Method Description final static MatrixCell
mmpp_rand(Integer K)
Generates a random Markov Modulated Poisson Process (MMPP) with K states. final static MatrixCell
mmpp_rand()
Generates a random Markov Modulated Poisson Process (MMPP) with 2 states. -
-
Method Detail
-
mmpp_rand
final static MatrixCell mmpp_rand(Integer K)
Generates a random Markov Modulated Poisson Process (MMPP) with K states.
This function creates a random MMPP by generating random D0 and D1 matrices, where D1 is constrained to be diagonal (characteristic of MMPPs).
- Parameters:
K
- the number of states- Returns:
a MatrixCell representing the random MMPP transition matrices
-
mmpp_rand
final static MatrixCell mmpp_rand()
Generates a random Markov Modulated Poisson Process (MMPP) with 2 states.
- Returns:
a MatrixCell representing the random MMPP transition matrices
-
-
-
-