Package jline.api.mam
Class Map_erlangKt
-
- All Implemented Interfaces:
public final class Map_erlangKt
-
-
Method Summary
Modifier and Type Method Description final static MatrixCell
map_erlang(Double mean, Integer k)
Fits an Erlang-k process as a Markovian Arrival Process (MAP). -
-
Method Detail
-
map_erlang
final static MatrixCell map_erlang(Double mean, Integer k)
Fits an Erlang-k process as a Markovian Arrival Process (MAP).
The Erlang-k process is characterized by k phases, each with an exponential distribution, resulting in a distribution with a mean and a coefficient of variation smaller than 1. This method constructs a MAP that approximates the behavior of an Erlang-k process with a specified mean and shape parameter k.
- Parameters:
mean
- the desired mean of the Erlang-k processk
- the shape parameter, representing the number of phases in the Erlang-k process- Returns:
a MatrixCell containing the transition matrices
D0
andD1
of the fitted MAP
-
-
-
-