Package jline.api.cache
Class Cache_isKt
-
- All Implemented Interfaces:
public final class Cache_isKt
-
-
Method Summary
Modifier and Type Method Description final static Ret.cacheIscache_is(Matrix gamma, Matrix m, Integer samples)Estimate the normalizing constant of the cache steady state distribution using Monte Carlo importance sampling. -
-
Method Detail
-
cache_is
final static Ret.cacheIs cache_is(Matrix gamma, Matrix m, Integer samples)
Estimate the normalizing constant of the cache steady state distribution using Monte Carlo importance sampling.
- Parameters:
gamma- Matrix representing the cache access factors (n x h).m- Matrix representing the cache capacity vector (1 x h).samples- Number of Monte Carlo samples (default: 100000).- Returns:
Ret.cacheIs containing the estimated normalizing constant E and its logarithm lE.
-
-
-
-