Package jline.io
Class Ret.cacheIs
-
- All Implemented Interfaces:
public class Ret.cacheIsRepresents the return type for cache importance sampling method. This class encapsulates the estimated normalizing constant E and its logarithm lE.
-
-
Constructor Summary
Constructors Constructor Description Ret.cacheIs(double E, double lE)Constructor for initializing the cacheIs object.
-