Class CheckMMAPRepresentation

java.lang.Object
jline.lib.butools.map.CheckMMAPRepresentation

public final class CheckMMAPRepresentation extends Object
  • Method Details

    • checkMMAPRepresentation

      public static boolean checkMMAPRepresentation(MatrixCell D, double prec)
      Checks if the input matrices define a continuous time MMAP. All matrices D0...DK must have the same size, D0 must be a transient generator matrix, D1...DK have only non-negative elements, and the rowsum of D0+D1+...+DK is 0 (up to the numerical precision).
      Parameters:
      D - The D0...DK matrices of the MMAP to check (as MatrixCell)
      prec - Numerical precision
      Returns:
      True if the matrices define a valid MMAP
    • checkMMAPRepresentation

      public static boolean checkMMAPRepresentation(MatrixCell D)
    • checkMMAPRepresentation

      public static boolean checkMMAPRepresentation(Matrix[] D, double prec)
      Overload for Matrix[].
    • checkMMAPRepresentation

      public static boolean checkMMAPRepresentation(Matrix[] D)