Class Cache_prob_fpiKt

    • 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_prob_fpi(Matrix gamma, Matrix m) Estimate asymptotic values of the cache state probabilities at steady-state.
      • Methods inherited from class java.lang.Object

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

    • 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.