Package jline.io

Class Ret.cacheIs

  • All Implemented Interfaces:

    
    public class Ret.cacheIs
    
                        

    Represents the return type for cache importance sampling method. This class encapsulates the estimated normalizing constant E and its logarithm lE.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public double E
      public double lE
    • Constructor Summary

      Constructors 
      Constructor Description
      Ret.cacheIs(double E, double lE) Constructor for initializing the cacheIs object.
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Ret.cacheIs

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