Package jline.api.mam

Class Map_jointpdf_derivative

java.lang.Object
jline.api.mam.Map_jointpdf_derivative

public final class Map_jointpdf_derivative extends Object
  • Method Details

    • map_jointpdf_derivative

      public static double map_jointpdf_derivative(MatrixCell MAP, int[] iset)
      Compute partial derivative at 0 of a MAP's joint PDF.
      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

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