Package jline.api.nc

Class MeGegecnResult

java.lang.Object
jline.api.nc.MeGegecnResult

public final class MeGegecnResult extends Object
Solution of a censored GE/GE/c/K;N queue by entropy maximisation.
  • Constructor Summary

    Constructors
    Constructor
    Description
    MeGegecnResult(double[] p, int K, int N, double L, double U, double PB, double Lq)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    int
    Minimum number of jobs in the queue.
    double
    Mean number of jobs in the queue.
    double
    Mean number of jobs waiting.
    int
    Buffer capacity in jobs.
    double[]
    Queue length distribution, p[idx] = Pr{n = K+idx}.
    double
    Probability that an arrival of the queue's own stream finds it full.
    double
    Utilization, E[min(n,c)]/c.
    int
     

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • MeGegecnResult

      public MeGegecnResult(double[] p, int K, int N, double L, double U, double PB, double Lq)
  • Method Details

    • getP

      public double[] getP()
      Queue length distribution, p[idx] = Pr{n = K+idx}.
    • getK

      public int getK()
      Minimum number of jobs in the queue.
    • getN

      public int getN()
      Buffer capacity in jobs.
    • getL

      public double getL()
      Mean number of jobs in the queue.
    • getU

      public double getU()
      Utilization, E[min(n,c)]/c.
    • getPB

      public double getPB()
      Probability that an arrival of the queue's own stream finds it full.
    • getLq

      public double getLq()
      Mean number of jobs waiting.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object