Package jline.api.pfqn.nc
Class Pfqn_dnc.Result
java.lang.Object
jline.api.pfqn.nc.Pfqn_dnc.Result
- Enclosing class:
- Pfqn_dnc
Result of the DNC evaluation at a real population.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
X
public final double XThroughput G(N-1)/G(N); NaN when the population is not positive. -
G
public final double GNormalizing constant at population N. -
lG
public final double lGLogarithm of the normalizing constant.
-
-
Constructor Details
-
Result
public Result(double X, double G, double lG)
-