Package jline.api.mam

Class Mmap_exponential

java.lang.Object
jline.api.mam.Mmap_exponential

public final class Mmap_exponential extends Object
  • Method Details

    • mmap_exponential

      public static MatrixCell mmap_exponential(Matrix lambda, int n)
      Fits an order-n MMAP based on the given arrival rates for each job class.
      Parameters:
      lambda - a 1xK matrix describing the arrival rates for each job class
      n - the number of states in the MMAP
      Returns:
      a MatrixCell representing the MMAP
    • mmap_exponential

      public static MatrixCell mmap_exponential(Matrix lambda)
      Fits a single-state MMAP based on the given arrival rates for each job class.
      Parameters:
      lambda - a 1xK matrix describing the arrival rates for each job class
      Returns:
      a MatrixCell representing the MMAP