Class MEOrder

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

public final class MEOrder extends Object
  • Method Details

    • meOrder

      public static int meOrder(Matrix alpha, Matrix A, String kind, double prec)
      Returns the order of the ME distribution (which is not necessarily equal to the size of the representation).
      Parameters:
      alpha - The initial vector of the matrix-exponential distribution.
      A - The matrix parameter of the matrix-exponential distribution.
      kind - Determines which order is computed: "obs", "cont", "obscont", "moment".
      prec - Precision for rank/determinant computations.
      Returns:
      The order of the ME distribution.
    • meOrder

      public static int meOrder(Matrix alpha, Matrix A, String kind)
    • meOrder

      public static int meOrder(Matrix alpha, Matrix A)