Package jline.io

Class Ret.cacheIs

java.lang.Object
jline.io.Ret.cacheIs
Enclosing class:
Ret

public static class Ret.cacheIs extends Object
Represents the return type for cache importance sampling method. This class encapsulates the estimated normalizing constant E and its logarithm lE.
  • Field Details

    • E

      public double E
    • lE

      public double lE
  • Constructor Details

    • cacheIs

      public cacheIs(double E, double lE)
      Constructor for initializing the cacheIs object.
      Parameters:
      E - - Estimated normalizing constant.
      lE - - Logarithm of the normalizing constant.