Package jline.io
Class Ret.pfqnNc
-
- All Implemented Interfaces:
public class Ret.pfqnNc
Result type for normalizing constant computations in product-form queueing networks.
The normalizing constant G(N) is a fundamental quantity in product-form queueing network analysis. It appears in the denominator of the steady-state probability distribution and is used to compute performance measures.
This class stores both the normalizing constant G and its natural logarithm lG to handle numerical issues with very large or small values.
-
-
Constructor Summary
Constructors Constructor Description Ret.pfqnNc(Double G, Double lG)
Ret.pfqnNc(Double G, Double lG, String method)
-