Package jline.api.dpfqn
Class DpfqnNcLdResult
java.lang.Object
jline.api.dpfqn.DpfqnNcLdResult
Normalizing constants of a discrete-time closed cycle of state dependent
Bernoulli servers.
All four tables are in one common scale, so that the marginal law
P(X_j = n) = W[j][n] * Gc[j][N-n] / G[N] is exact whatever the scale;
lG carries the true log constant.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal double[]Normalizing constants G(k) for k = 0..N, in the common scale.final double[][]Complement constants of the cycle with node j removed, indexed [j][k].final doubleLogarithm of the normalizing constant G(N,J).final double[][]Time-stationary node weights w_j(n), indexed [j][n] with n = 0..N.final double[][]Arrival node weights v_j(n) = w_j(n) q_j(n) of proposition 3.5. -
Constructor Summary
ConstructorsConstructorDescriptionDpfqnNcLdResult(double lG, double[] G, double[][] W, double[][] Gc, double[][] Wa) -
Method Summary
Modifier and TypeMethodDescriptiondouble[]marginal(int j) Marginal queue length law of node j,P(X_j = n)for n = 0..N.
-
Field Details
-
lG
public final double lGLogarithm of the normalizing constant G(N,J). -
G
public final double[] GNormalizing constants G(k) for k = 0..N, in the common scale. -
W
public final double[][] WTime-stationary node weights w_j(n), indexed [j][n] with n = 0..N. -
Gc
public final double[][] GcComplement constants of the cycle with node j removed, indexed [j][k]. -
Wa
public final double[][] WaArrival node weights v_j(n) = w_j(n) q_j(n) of proposition 3.5.
-
-
Constructor Details
-
DpfqnNcLdResult
public DpfqnNcLdResult(double lG, double[] G, double[][] W, double[][] Gc, double[][] Wa)
-
-
Method Details
-
marginal
public double[] marginal(int j) Marginal queue length law of node j,P(X_j = n)for n = 0..N.
-