Package jline.api.cache
Class Cache_spmKt
-
- All Implemented Interfaces:
public final class Cache_spmKt
-
-
Method Summary
Modifier and Type Method Description final static Ret.cacheSpmcache_spm(Matrix gamma, Matrix m)Approximate the normalizing constant of the cache steady state distribution using the SPM method. -
-
Method Detail
-
cache_spm
final static Ret.cacheSpm cache_spm(Matrix gamma, Matrix m)
Approximate the normalizing constant of the cache steady state distribution using the SPM method.
- Parameters:
gamma-Matrix representing the cache access factors.
m-Matrix representing the cache capacity vector.
- Returns:
cacheSpmReturn - the approximated normalizing constant (Z, and its logarithm lE) and the xi terms.
-
-
-
-