Class CRPSolve

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

public final class CRPSolve extends Object
  • Method Details

    • crpSolve

      public static Matrix crpSolve(Matrix Q, double prec)
      Computes the stationary solution of a continuous time rational process (CRP).
      Parameters:
      Q - The generator matrix of the rational process
      prec - Numerical precision.
      Returns:
      The vector that satisfies pi*Q = 0, sum(pi) = 1
    • crpSolve

      public static Matrix crpSolve(Matrix Q)
    • drpSolve

      public static Matrix drpSolve(Matrix P)
      Computes the stationary solution of a discrete time rational process (DRP).
      Parameters:
      P - The matrix parameter of the rational process
      Returns:
      The vector that satisfies pi*P = pi, sum(pi) = 1