Class Pfqn_dnc.Result

java.lang.Object
jline.api.pfqn.nc.Pfqn_dnc.Result
Enclosing class:
Pfqn_dnc

public static final class Pfqn_dnc.Result extends Object
Result of the DNC evaluation at a real population.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    final double
    Normalizing constant at population N.
    final double
    Logarithm of the normalizing constant.
    final double
    Throughput G(N-1)/G(N); NaN when the population is not positive.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Result(double X, double G, double lG)
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • X

      public final double X
      Throughput G(N-1)/G(N); NaN when the population is not positive.
    • G

      public final double G
      Normalizing constant at population N.
    • lG

      public final double lG
      Logarithm of the normalizing constant.
  • Constructor Details

    • Result

      public Result(double X, double G, double lG)