Package jline.api.dpfqn
Class DpfqnNcResult
java.lang.Object
jline.api.dpfqn.DpfqnNcResult
Normalizing constants of a discrete-time closed cycle of Bernoulli servers
with state independent service probabilities.
G and G1 are returned in a common scale, which is unity
unless the recursion had to be rescaled to keep (q/p)^N inside double
range. Ratios such as G1[k]/G are exact in either case, and
lG is always the true log constant.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
lG
public final double lGLogarithm of the time-stationary normalizing constant G(N,J). -
G
public final double GTime-stationary normalizing constant G(N,J), in the common scale. -
G1
public final double[] G1Arrival normalizing constants,G1[k] = G_1(k,J)for k = 0..N.
-
-
Constructor Details
-
DpfqnNcResult
public DpfqnNcResult(double lG, double G, double[] G1)
-
-
Method Details
-
throughput
public double throughput()Throughput per slot,G_1(N,J)/G(N,J). It is the same at every node of the cycle, which is the discrete-time counterpart of the continuous-time identity X = G(N-1)/G(N).
-