Package jline.api.cache
Class Cache_prob_fpiKt
-
- All Implemented Interfaces:
public final class Cache_prob_fpiKt
-
-
Method Summary
Modifier and Type Method Description final static Matrix
cache_prob_fpi(Matrix gamma, Matrix m)
Estimate asymptotic values of the cache state probabilities at steady-state. -
-
Method Detail
-
cache_prob_fpi
final static Matrix cache_prob_fpi(Matrix gamma, Matrix m)
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:
Matrix - A matrix containing the estimated cache state probabilities at equilibrium.
-
-
-
-