Package jline.api.mam

Class Map_renewal

java.lang.Object
jline.api.mam.Map_renewal

public final class Map_renewal extends Object
  • Method Details

    • map_renewal

      public static MatrixCell map_renewal(MatrixCell MAPIN)
      Creates a renewal MAP by removing all correlations from the input MAP.
      Parameters:
      MAPIN - The input MAP stored in a MatrixCell, containing the (D0, D1) matrices
      Returns:
      A MatrixCell representing the renewal MAP with no correlations
    • map_renewal

      public static MatrixCell map_renewal(Matrix D0, Matrix D1)
      Creates a renewal MAP by removing all correlations from the input MAP.
      Parameters:
      D0 - The hidden transition matrix of the input MAP
      D1 - The visible transition matrix of the input MAP
      Returns:
      A MatrixCell representing the renewal MAP with no correlations