Class PfqnResptPsResult

java.lang.Object
jline.api.pfqn.PfqnResptPsResult

public class PfqnResptPsResult extends Object
Sojourn-time moments at the processor-sharing station of the closed terminal-driven system of Mitra and Morrison (1983).

Port of MATLAB pfqn_respt_ps_moments.m.

  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    final double[]
    Per-class unutilized fraction 1 - sum_r lambda_r/q_r of the CPU in the open counterpart.
    final double[]
    Leading coefficient of E[W^2] ~ c0 + c1/expansionParam; NaN on the exact route.
    final double[]
    First correction of E[W^2] ~ c0 + c1/expansionParam; NaN on the exact route.
    final double
    The large parameter Nexp = max_r Z(r)/S(r).
    final String[]
    Per-class route taken: "exact", "asymptotic", "unavailable" or "none".
    final double[]
    Size of the exact state space that the tagged class would need.
    final double[]
    Per-class mean sojourn times; NaN where no route applies.
    final double[]
    Per-class second moments of the sojourn time; NaN where no route applies.
  • Constructor Summary

    Constructors
    Constructor
    Description
    PfqnResptPsResult(double[] W, double[] W2, String[] method, double[] c0, double[] c1, double[] alpha, double[] nstates, double expansionParam)
     
  • 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; NaN where no route applies.
    • W2

      public final double[] W2
      Per-class second moments of the sojourn time; NaN where no route applies.
    • method

      public final String[] method
      Per-class route taken: "exact", "asymptotic", "unavailable" or "none".
    • c0

      public final double[] c0
      Leading coefficient of E[W^2] ~ c0 + c1/expansionParam; NaN on the exact route.
    • c1

      public final double[] c1
      First correction of E[W^2] ~ c0 + c1/expansionParam; NaN on the exact route.
    • alpha

      public final double[] alpha
      Per-class unutilized fraction 1 - sum_r lambda_r/q_r of the CPU in the open counterpart.
    • nstates

      public final double[] nstates
      Size of the exact state space that the tagged class would need.
    • expansionParam

      public final double expansionParam
      The large parameter Nexp = max_r Z(r)/S(r).
  • Constructor Details

    • PfqnResptPsResult

      public PfqnResptPsResult(double[] W, double[] W2, String[] method, double[] c0, double[] c1, double[] alpha, double[] nstates, double expansionParam)