Package jline.io
Class Ret.pfqnQlenMoments
java.lang.Object
jline.io.Ret.pfqnQlenMoments
- Enclosing class:
Ret
Joint queue-length moment arrays of a closed product-form network, as
returned by Pfqn_qlen_joint_moments. Every array is flattened in
ROW-MAJOR order over the selected (station,class) coordinates, with
extents dims.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionpfqnQlenMoments(double[] tail, double[] binomial, double[] factorial, double[] raw, double[] central, double[] cumulant, int[] dims, Matrix mean, Matrix cov, String route, int points, int served, int evals) -
Method Summary
-
Field Details
-
tail
public double[] tail -
binomial
public double[] binomial -
factorial
public double[] factorial -
raw
public double[] raw -
central
public double[] central -
cumulant
public double[] cumulant -
dims
public int[] dims -
mean
-
cov
-
route
-
points
public int points -
served
public int served -
evals
public int evals
-
-
Constructor Details
-
pfqnQlenMoments
-