Package jline.api.cache
Class Cache_rrm_meanfield_odeKt
-
- All Implemented Interfaces:
public final class Cache_rrm_meanfield_odeKt
-
-
Method Summary
Modifier and Type Method Description final static Matrix
cache_rrm_meanfield_ode(Matrix x, Matrix lambda, Matrix m, Integer n, Integer h)
ODE system for RRM (Random Replacement Model) mean field equationsComputes the time derivative of state probabilities for the mean field approximation of a random replacement cache system with multiple levels. -
-
Method Detail
-
cache_rrm_meanfield_ode
final static Matrix cache_rrm_meanfield_ode(Matrix x, Matrix lambda, Matrix m, Integer n, Integer h)
ODE system for RRM (Random Replacement Model) mean field equations
Computes the time derivative of state probabilities for the mean field approximation of a random replacement cache system with multiple levels.
- Parameters:
x
- Current state matrix (n x (1+h)) where xk,s is probability of item k being in list slambda
- Request rates vectorm
- Cache sizes per leveln
- Number of itemsh
- Number of cache levels- Returns:
Time derivative matrix dxdt
-
-
-
-