Package jline.api.cache
Class Cache_prob_fpi
java.lang.Object
jline.api.cache.Cache_prob_fpi
-
Method Summary
Modifier and TypeMethodDescriptionstatic Matrixcache_prob_fpi(Matrix gamma, Matrix m) Estimate asymptotic values of the cache state probabilities at steady-state.
-
Method Details
-
cache_prob_fpi
Estimate asymptotic values of the cache state probabilities at steady-state.- Parameters:
gamma- Matrix representing the cache access factors.m- Matrix representing the cache capacity vector.- Returns:
- A matrix containing the estimated cache state probabilities at equilibrium.
-