Package jline.solvers.mam
Class MAMInternals
java.lang.Object
jline.solvers.mam.MAMInternals
Intermediate quantities of the matrix-analytic analysis of a single-queue
model, in addition to the mean performance measures returned by getAvg.
Mean values alone hide the objects the method is actually built on, so a matrix-analytic result cannot be inspected, taught, or checked against a published derivation. This carries them.
Exactly one of the two fields is populated: for a BMAP (or MAP) arrival
stream feeding an exponential single server the result is that of
qsys_bmapm1 and carries the M/G/1-type quantities; for a retrial
station it is that of qsys_bmapphnn_retrial and carries the
orbit-level stationary distribution together with the truncation level and its
residual.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal QsysBmapM1ResultM/G/1-type internals of a BMAP/M/1 queue, or null for a retrial station.final QsysRetrialResultOrbit-level internals of a retrial station, or null otherwise. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
bmapm1
M/G/1-type internals of a BMAP/M/1 queue, or null for a retrial station. -
retrial
Orbit-level internals of a retrial station, or null otherwise.
-
-
Constructor Details
-
MAMInternals
-