Package jline.api.cache
Class Cache_is
java.lang.Object
jline.api.cache.Cache_is
-
Method Summary
Modifier and TypeMethodDescriptionstatic Ret.cacheIsstatic Ret.cacheIsEstimate the normalizing constant of the cache steady state distribution using Monte Carlo importance sampling.static Ret.cacheIsEstimate the (cost-capped) normalizing constant with the feasibility indicator I{S in O} of Casale-Gast, IEEE/ACM Trans.
-
Method Details
-
cache_is
Estimate the normalizing constant of the cache steady state distribution using Monte Carlo importance sampling. -
cache_is
Estimate the (cost-capped) normalizing constant with the feasibility indicator I{S in O} of Casale-Gast, IEEE/ACM Trans. Networking 29(2), 2021, Sec. IX-B.- Parameters:
gamma- Cache access factors (n x h).m- Cache capacity vector (1 x h).samples- Number of Monte Carlo samples.sigma- Item storage costs (sizes); null or empty for none.k- Per-list storage cost caps; null or empty for none.- Returns:
- the estimate and its logarithm.
-
cache_is
-