Package jline.io
Class Ret.cacheIs
java.lang.Object
jline.io.Ret.cacheIs
- Enclosing class:
Ret
Represents the return type for cache importance sampling method.
This class encapsulates the estimated normalizing constant E and its logarithm lE.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptioncacheIs(double E, double lE) Constructor for initializing the cacheIs object. -
Method Summary
-
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.
-