Class Solver_nc_jointmarg.Ret_jointmarg

java.lang.Object
jline.solvers.nc.handlers.Solver_nc_jointmarg.Ret_jointmarg
Enclosing class:
Solver_nc_jointmarg

public static class Solver_nc_jointmarg.Ret_jointmarg extends Object
Result of a joint total-queue-length evaluation.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    final double
    Log normalizing constant, whether supplied or computed here.
    final double
    Its logarithm.
    final double
    Joint probability.
    final double
    Wall-clock runtime in seconds.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Ret_jointmarg(double Pr, double lPr, double lG, double runtime)
     
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • Pr

      public final double Pr
      Joint probability.
    • lPr

      public final double lPr
      Its logarithm.
    • lG

      public final double lG
      Log normalizing constant, whether supplied or computed here.
    • runtime

      public final double runtime
      Wall-clock runtime in seconds.
  • Constructor Details

    • Ret_jointmarg

      public Ret_jointmarg(double Pr, double lPr, double lG, double runtime)