Class Pfqn_hst.Result

java.lang.Object
jline.api.pfqn.sens.Pfqn_hst.Result
Enclosing class:
Pfqn_hst

public static final class Pfqn_hst.Result extends Object
HST sensitivity coefficients and the constrained worst case.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    final double[]
    The worst-case deviation profile a_k/d, k = 1..N.
    final double[]
    Sensitivity coefficients c_k, k = 1..N (eq.
    final double[]
    P(n_i = k), k = 0..N.
    final double[]
    P(n_i >= k), k = 0..N.
    final double
    Mean queue length there.
    final int
    Station index analysed (0-based).
    final double
    sum_k |c_k|, the unconstrained certificate per unit d.
    final double
    Utilization of that station.
    final double
    The (P1) optimum per unit d.
    final double
    Product-form throughput.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Result(int station, double X, double U, double Q, double[] Pgeq, double[] p, double[] c, double total, double worst, double[] astar)
     
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • station

      public final int station
      Station index analysed (0-based).
    • X

      public final double X
      Product-form throughput.
    • U

      public final double U
      Utilization of that station.
    • Q

      public final double Q
      Mean queue length there.
    • Pgeq

      public final double[] Pgeq
      P(n_i >= k), k = 0..N.
    • p

      public final double[] p
      P(n_i = k), k = 0..N.
    • c

      public final double[] c
      Sensitivity coefficients c_k, k = 1..N (eq. 3.11).
    • total

      public final double total
      sum_k |c_k|, the unconstrained certificate per unit d.
    • worst

      public final double worst
      The (P1) optimum per unit d.
    • astar

      public final double[] astar
      The worst-case deviation profile a_k/d, k = 1..N.
  • Constructor Details

    • Result

      public Result(int station, double X, double U, double Q, double[] Pgeq, double[] p, double[] c, double total, double worst, double[] astar)