Package jline.api.mam
Class Map_erlang
java.lang.Object
jline.api.mam.Map_erlang
-
Method Summary
Modifier and TypeMethodDescriptionstatic MatrixCellmap_erlang(double mean, int k) Fits an Erlang-k process as a Markovian Arrival Process (MAP).
-
Method Details
-
map_erlang
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 and D1 of the fitted MAP
-