Package jline.api.mam
Class Map_gamma2
java.lang.Object
jline.api.mam.Map_gamma2
-
Method Summary
Modifier and TypeMethodDescriptionstatic double[]map_gamma2(MatrixCell MAP) Returns the largest non-unit eigenvalue (both real and imaginary parts) of the embedded Discrete-Time Markov Chain (DTMC) of a given Markovian Arrival Process (MAP).
-
Method Details
-
map_gamma2
Returns the largest non-unit eigenvalue (both real and imaginary parts) of the embedded Discrete-Time Markov Chain (DTMC) of a given Markovian Arrival Process (MAP).- Parameters:
MAP- The Markovian Arrival Process stored in a MatrixCell.- Returns:
- A double array of size 2: [real part, abs(imag part)] of the largest non-unit eigenvalue.
-