Package jline.api.mam

Class Map_jointpdf_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
    • Constructor Detail

    • Method Detail

      • map_jointpdf_derivative

         final static Double map_jointpdf_derivative(MatrixCell MAP, IntArray iset)

        Compute partial derivative at 0 of a MAP's joint PDF

        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
        iset - Index set for the derivative computation
        Returns:

        Scalar value representing the derivative

      • map_jointpdf_derivative

         final static Double map_jointpdf_derivative(Matrix D0, Matrix D1, IntArray iset)

        Compute partial derivative at 0 of a MAP's joint PDF

        Parameters:
        D0 - Hidden transition matrix of the MAP
        D1 - Visible transition matrix of the MAP
        iset - Index set for the derivative computation
        Returns:

        Scalar value representing the derivative