Package jline.api.mam

Class Map_idc

java.lang.Object
jline.api.mam.Map_idc

public final class Map_idc extends Object
  • Method Details

    • map_idc

      public static double map_idc(Matrix D0, Matrix D1)
      Computes the asymptotic index of dispersion (IDC) for a Markovian Arrival Process (MAP).
      Parameters:
      D0 - the hidden transition matrix of the MAP
      D1 - the visible transition matrix of the MAP
      Returns:
      the asymptotic index of dispersion
    • map_idc

      public static double map_idc(MatrixCell MAP)
      Computes the asymptotic index of dispersion (IDC) for a MAP stored in a MatrixCell that contains the MAP's transition matrices.
      Parameters:
      MAP - a MatrixCell containing the transition matrices D0 and D1 of the MAP
      Returns:
      the asymptotic index of dispersion