Package jline.io
Class Ret.pfqnMom
java.lang.Object
jline.io.Ret.pfqnMom
- Enclosing class:
Ret
Result type for the Method of Moments (MoM) exact algorithm.
The Method of Moments is an exact algorithm for computing the normalizing constant and performance measures in product-form queueing networks. Unlike floating-point algorithms, MoM uses exact rational arithmetic (BigFraction) to avoid numerical errors, making it suitable for networks with extreme parameter values or when exact results are required.
The algorithm computes normalizing constants recursively and derives performance measures (throughputs and queue lengths) from these constants.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
X
-
Q
-
G
public org.apache.commons.math3.fraction.BigFraction G -
lG
public double lG -
g
public org.apache.commons.math3.fraction.BigFraction[] g -
g_1
public org.apache.commons.math3.fraction.BigFraction[] g_1
-
-
Constructor Details
-
pfqnMom
-