Package jline.api.mam

Class Map_ccdf_derivativeKt

    • 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 Double map_ccdf_derivative(MatrixCell MAP, Integer i) Compute derivative at 0 of a MAP complementary CDFBased on: A.
      final static Double map_ccdf_derivative(Matrix D0, Matrix D1, Integer i) Compute derivative at 0 of a MAP complementary CDF
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • map_ccdf_derivative

         final static Double map_ccdf_derivative(MatrixCell MAP, Integer i)

        Compute derivative at 0 of a MAP complementary CDF

        Based on: A. Horvath et al. A Joint Moments Based Analysis of Networks of MAP/MAP/1 Queues

        Parameters:
        MAP - MatrixCell containing D0 and D1 matrices of the MAP
        i - Derivative order
        Returns:

        Scalar value representing the derivative

      • map_ccdf_derivative

         final static Double map_ccdf_derivative(Matrix D0, Matrix D1, Integer i)

        Compute derivative at 0 of a MAP complementary CDF

        Parameters:
        D0 - Hidden transition matrix of the MAP
        D1 - Visible transition matrix of the MAP
        i - Derivative order
        Returns:

        Scalar value representing the derivative