Package jline.api.mam
Class Map_randKt
-
- All Implemented Interfaces:
public final class Map_randKt
-
-
Method Summary
Modifier and Type Method Description final static MatrixCell
map_rand()
Generates a random Markovian Arrival Process (MAP) with 2 states. final static MatrixCell
map_rand(Integer K)
Generates a random Markovian Arrival Process (MAP) with K states. -
-
Method Detail
-
map_rand
final static MatrixCell map_rand()
Generates a random Markovian Arrival Process (MAP) with 2 states.
- Returns:
a MatrixCell representing the random MAP transition matrices
-
map_rand
final static MatrixCell map_rand(Integer K)
Generates a random Markovian Arrival Process (MAP) with K states.
- Parameters:
K
- the number of states- Returns:
a MatrixCell representing the random MAP transition matrices
-
-
-
-