Class Pfqn_rgf.Result

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

public static final class Pfqn_rgf.Result extends Object
Result of the RGF recursion: the whole log-normalizing-constant sequence.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    final double
    Normalizing constant G(N).
    final double[]
    Logarithms of g(0), g(1), ..., g(N).
    final double
    Logarithm of G(N).
  • Constructor Summary

    Constructors
    Constructor
    Description
    Result(double G, double lG, double[] lg)
     
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • G

      public final double G
      Normalizing constant G(N).
    • lG

      public final double lG
      Logarithm of G(N).
    • lg

      public final double[] lg
      Logarithms of g(0), g(1), ..., g(N).
  • Constructor Details

    • Result

      public Result(double G, double lG, double[] lg)