Package jline.api.mam

Class Map_ccdf_derivative

java.lang.Object
jline.api.mam.Map_ccdf_derivative

public final class Map_ccdf_derivative extends Object
  • Method Details

    • map_ccdf_derivative

      public static double map_ccdf_derivative(MatrixCell MAP, int 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

      public static double map_ccdf_derivative(Matrix D0, Matrix D1, int 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