Package jline.api.pfqn.nc
Class Pfqn_oinc
java.lang.Object
jline.api.pfqn.nc.Pfqn_oinc
-
Method Summary
Modifier and TypeMethodDescriptionstatic Ret.pfqnOincpfqn_oinc(double[] Z, int[] N, List<ToDoubleFunction<int[]>> mu) Normalizing constant of a closed OI + single-delay product-form network.
-
Method Details
-
pfqn_oinc
Normalizing constant of a closed OI + single-delay product-form network.- Parameters:
Z- (1 x R) think-time demand vector of the aggregated delay node.N- (1 x R) closed population vector, finite.mu- list of OI station rate handles; each maps a per-class count vector n (length R) to the total service rate at that station. May be empty/null to model a pure delay network.- Returns:
- G(N) and log G(N).
-