Package jline.api.mam
Class Map_randnKt
-
- All Implemented Interfaces:
public final class Map_randnKt
-
-
Method Summary
Modifier and Type Method Description final static MatrixCell
map_randn()
Generates a random Markovian Arrival Process (MAP) with 2 states using normal distribution with mean 1 and standard deviation 2. final static MatrixCell
map_randn(Integer K, Double mu, Double sigma)
Generates a random Markovian Arrival Process (MAP) with K states using normal distribution. -
-
Method Detail
-
map_randn
final static MatrixCell map_randn()
Generates a random Markovian Arrival Process (MAP) with 2 states using normal distribution with mean 1 and standard deviation 2.
- Returns:
a MatrixCell representing the random MAP transition matrices
-
map_randn
final static MatrixCell map_randn(Integer K, Double mu, Double sigma)
Generates a random Markovian Arrival Process (MAP) with K states using normal distribution.
- Parameters:
K
- the number of statesmu
- the mean of the normal distributionsigma
- the standard deviation of the normal distribution- Returns:
a MatrixCell representing the random MAP transition matrices
-
-
-
-