Package jline.api.mam

Class Map_hyperexp

java.lang.Object
jline.api.mam.Map_hyperexp

public final class Map_hyperexp extends Object
  • Method Details

    • map_hyperexp

      public static MatrixCell map_hyperexp(double mean, double scv, double p)
      Fit a two-phase Hyper-exponential renewal process as a MAP.
      Parameters:
      mean - mean inter-arrival time of the process
      scv - squared coefficient of variation of inter-arrival times
      p - probability of being served in phase 1 (DEFAULT: p=0.99)
      Returns:
      Fitted hyper-exponential process, or null if not feasible