Class QsysWorkloadResult

java.lang.Object
jline.api.qsys.QsysWorkloadResult

public final class QsysWorkloadResult extends Object
Holder for the stationary distribution of the quantity of work in a single service stage, together with the grid it is reported on and the stationary distribution of the number of requests in the system.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    final double[]
    F[j] = Pr{psi <= t[j]}, the workload CDF.
    final double[]
    p[h] = Pr{x = h}, the stationary number in system, h = 0..N.
    final double[]
    Grid at which F is reported.
  • Constructor Summary

    Constructors
    Constructor
    Description
    QsysWorkloadResult(double[] F, double[] t, double[] p)
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • F

      public final double[] F
      F[j] = Pr{psi <= t[j]}, the workload CDF.
    • t

      public final double[] t
      Grid at which F is reported.
    • p

      public final double[] p
      p[h] = Pr{x = h}, the stationary number in system, h = 0..N.
  • Constructor Details

    • QsysWorkloadResult

      public QsysWorkloadResult(double[] F, double[] t, double[] p)