Package jline.api.pfqn.nc
Class Pfqn_rgf
java.lang.Object
jline.api.pfqn.nc.Pfqn_rgf
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classResult of the RGF recursion: the whole log-normalizing-constant sequence. -
Method Summary
Modifier and TypeMethodDescriptionstatic Pfqn_rgf.ResultExact normalizing constant by convolution of per-node generating-function sequences.
-
Method Details
-
pfqn_rgf
Exact normalizing constant by convolution of per-node generating-function sequences.A GROUP of m stations sharing the same demand p collapses into the single negative-binomial sequence r(k) = C(k+m-1,k) p^k, so the whole group costs one sequence rather than m convolution passes; the delay contributes the Poisson sequence Z^k/k!. Cost O(G N^2) against Buzen's O(M N), so RGF is the cheaper route on heavily replicated models with moderate populations (G N < M). The recursion runs entirely in the log domain, so no intermediate overflow or underflow is possible.
- Parameters:
L- service demand vector (M x 1) of the queueing stationsN- population (nonnegative integer)Z- think time- Returns:
- the normalizing constant, its logarithm, and the full log g(0..N) sequence
-