Class Infer_minps

java.lang.Object
jline.inference.api.Infer_minps

public final class Infer_minps extends Object
  • Method Details

    • infer_minps

      public static double[] infer_minps(Network model, Queue node, double[] rt, int[] classVec, Matrix ql)
      MINPS demand estimation method. Runs both MLPS and RPS estimators and selects the one with the smaller mean demand estimate.
      Parameters:
      model - LINE Network model with delay rates set
      node - PS queue node
      rt - response time samples (column vector)
      classVec - class of each sample (0-based)
      ql - queue lengths at arrival (n x R matrix)
      Returns:
      estimated demands (1 x R array)