Package jline.io
Class Ret.pfqnEstimate
-
- All Implemented Interfaces:
public class Ret.pfqnEstimateData structure for storing linearizer estimtate results from a queueing network analysis. Contains queue length (Q), wait time (W), throughput (X), probability matrices (P, PB), and the number of iterations performed (iter).
-
-
Field Summary
Fields Modifier and Type Field Description public final MatrixCellQ_1public final MatrixCellP_1public final MatrixPB_1public final MatrixT_1
-
Constructor Summary
Constructors Constructor Description Ret.pfqnEstimate(MatrixCell Q_1, MatrixCell P_1, Matrix PB_1, Matrix T_1)
-
Method Summary
Modifier and Type Method Description -
-
Constructor Detail
-
Ret.pfqnEstimate
Ret.pfqnEstimate(MatrixCell Q_1, MatrixCell P_1, Matrix PB_1, Matrix T_1)
-
-
-
-