Class Pfqn_mvasjn.Profile

java.lang.Object
jline.api.pfqn.mva.Pfqn_mvasjn.Profile
Enclosing class:
Pfqn_mvasjn

public static final class Pfqn_mvasjn.Profile extends Object
Conditional waiting time profile of one SJN station at the target population.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    final int
    Station index within the rows of L.
    final double[][]
    Tail parameters a, b, c per class (R x 3).
    final double[][]
    Conditional waiting times (ngrid x R).
    final double[]
    Job size grid.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Profile(int station, double[] x, double[][] W, double[][] tail)
     
  • 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 within the rows of L.
    • x

      public final double[] x
      Job size grid.
    • W

      public final double[][] W
      Conditional waiting times (ngrid x R).
    • tail

      public final double[][] tail
      Tail parameters a, b, c per class (R x 3).
  • Constructor Details

    • Profile

      public Profile(int station, double[] x, double[][] W, double[][] tail)