Package jline.api.cache
Class Cache_rayint
java.lang.Object
jline.api.cache.Cache_rayint
-
Method Summary
Modifier and TypeMethodDescriptionstatic Ret.cacheSpmcache_rayint(Matrix gamma, Matrix m) Approximate the normalizing constant of the cache steady state distribution using the ray method.
-
Method Details
-
cache_rayint
Approximate the normalizing constant of the cache steady state distribution using the ray method.- Parameters:
gamma- Matrix representing the cache access factors.m- Matrix representing the cache capacity vector.- Returns:
- cacheSpm: the approximated normalizing constant (Z and its logarithm lE) and the xi terms.
-