Package jline.lib.butools.mc
Class CRPSolve
java.lang.Object
jline.lib.butools.mc.CRPSolve
-
Method Details
-
crpSolve
Computes the stationary solution of a continuous time rational process (CRP).- Parameters:
Q- The generator matrix of the rational processprec- Numerical precision.- Returns:
- The vector that satisfies pi*Q = 0, sum(pi) = 1
-
crpSolve
-
drpSolve
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
-