Package jline.api.mam

Class Mmap_mark

java.lang.Object
jline.api.mam.Mmap_mark

public final class Mmap_mark extends Object
  • Method Details

    • mmap_mark

      public static MatrixCell mmap_mark(MatrixCell MMAP, Matrix prob)
      Converts a Markovian Arrival Process with marked arrivals (MMAP) into a new MMAP with redefined classes based on a given probability matrix.
      Parameters:
      MMAP - the original MMAP with K types
      prob - a KxR matrix describing the probability of a type-k arrival in the original MMAP being marked as a type-r arrival in the new MMAP
      Returns:
      a new MMAP with R types (classes)