Class CheckRAPRepresentation

java.lang.Object
jline.lib.butools.ph.CheckRAPRepresentation

public final class CheckRAPRepresentation extends Object
  • Method Details

    • checkRAPRepresentation

      public static boolean checkRAPRepresentation(Matrix H0, Matrix H1, double prec)
      Checks if the given matrices define a valid Rational Arrival Process (RAP) representation.
      Parameters:
      H0 - The H0 matrix of the RAP
      H1 - The H1 matrix of the RAP
      prec - Numerical precision. Default 1e-14.
      Returns:
      True if the representation is valid, false otherwise
    • checkRAPRepresentation

      public static boolean checkRAPRepresentation(Matrix H0, Matrix H1)