Class QsysMm1PsResult

java.lang.Object
jline.api.qsys.QsysMm1PsResult

public class QsysMm1PsResult extends Object
Sojourn-time moments of the multiclass M/M/1-PS queue.

Port of MATLAB qsys_mm1_ps.m.

  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    final double
    Unutilized fraction of the processor, 1 - sum_j lambda_j/mu_j.
    final double[]
    Per-class mean sojourn times.
    final double[]
    Per-class second moments of the sojourn time.
  • Constructor Summary

    Constructors
    Constructor
    Description
    QsysMm1PsResult(double[] W, double[] W2, double alpha)
     
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • W

      public final double[] W
      Per-class mean sojourn times.
    • W2

      public final double[] W2
      Per-class second moments of the sojourn time.
    • alpha

      public final double alpha
      Unutilized fraction of the processor, 1 - sum_j lambda_j/mu_j.
  • Constructor Details

    • QsysMm1PsResult

      public QsysMm1PsResult(double[] W, double[] W2, double alpha)