Package jline.api.pfqn.mva
Class Pfqn_mvasjn.Profile
java.lang.Object
jline.api.pfqn.mva.Pfqn_mvasjn.Profile
- Enclosing class:
- Pfqn_mvasjn
Conditional waiting time profile of one SJN station at the target population.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
station
public final int stationStation index within the rows of L. -
x
public final double[] xJob size grid. -
W
public final double[][] WConditional waiting times (ngrid x R). -
tail
public final double[][] tailTail parameters a, b, c per class (R x 3).
-
-
Constructor Details
-
Profile
public Profile(int station, double[] x, double[][] W, double[][] tail)
-