Package jline.api.mam

Class Map_gamma2

java.lang.Object
jline.api.mam.Map_gamma2

public final class Map_gamma2 extends Object
  • Method Details

    • map_gamma2

      public static 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).
      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.