Package jline.lib.butools.mc
Class CTMCSolveKt
-
- All Implemented Interfaces:
public final class CTMCSolveKt
-
-
Method Summary
-
-
Method Detail
-
ctmcSolve
@JvmOverloads() final static Matrix ctmcSolve(Matrix Q, Double prec)
Computes the stationary solution of a continuous time Markov chain.
- Parameters:
Q- The generator matrix of the Markov chain.prec- Numerical precision.- Returns:
The stationary probability vector (row vector).
-
ctmcSolve
@JvmOverloads() final static Matrix ctmcSolve(Matrix Q)
Computes the stationary solution of a continuous time Markov chain.
- Parameters:
Q- The generator matrix of the Markov chain.- Returns:
The stationary probability vector (row vector).
-
-
-
-