Class CheckProbMatrix

java.lang.Object
jline.lib.butools.mc.CheckProbMatrix

public final class CheckProbMatrix extends Object
  • Method Details

    • checkProbMatrix

      public static boolean checkProbMatrix(Matrix P, boolean transient_, double prec)
      Checks if the matrix is a valid probability matrix.
      Parameters:
      P - The matrix to check.
      transient_ - If true, checks if P is a transient probability matrix.
      prec - Numerical precision for zero comparisons.
      Returns:
      The result of the check.
    • checkProbMatrix

      public static boolean checkProbMatrix(Matrix P, boolean transient_)
    • checkProbMatrix

      public static boolean checkProbMatrix(Matrix P)