Package jline.api.cache
Class Cache_rayintKt
-
- All Implemented Interfaces:
public final class Cache_rayintKt
-
-
Method Summary
Modifier and Type Method Description final static Ret.cacheSpmcache_rayint(Matrix gamma, Matrix m)Approximate the normalizing constant of the cache steady state distribution using the ray method. -
-
Method Detail
-
cache_rayint
final static Ret.cacheSpm cache_rayint(Matrix gamma, Matrix m)
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:
cacheRayIntReturn - the approximated normalizing constant (Z, and its logarithm lE) and the xi terms.
-
-
-
-