Class Cache_rrm_meanfield_odeKt

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • 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 s
        lambda - Request rates vector
        m - Cache sizes per level
        n - Number of items
        h - Number of cache levels
        Returns:

        Time derivative matrix dxdt