Package jline.api.cache
Class CacheRrmMeanfieldResult
java.lang.Object
jline.api.cache.CacheRrmMeanfieldResult
Result of cache_rrm_meanfield: the terminal occupancy of the RANDOM(m)
mean field, the global miss rate and the miss ratio.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
x
(n x (1+h)) occupancy; column 0 is the probability of being out of cache. -
missrate
public final double missratelambda' * x(:,0). -
missratio
public final double missratiomissrate / sum(lambda).
-
-
Constructor Details
-
CacheRrmMeanfieldResult
-
-
Method Details
-
getX
-
getMissrate
public double getMissrate() -
getMissratio
public double getMissratio()
-