Package jline.lib.butools.ph
Class MonocyclicPHFromME
java.lang.Object
jline.lib.butools.ph.MonocyclicPHFromME
-
Method Summary
Modifier and TypeMethodDescriptionstatic PHRepresentationmonocyclicPHFromME(Matrix alpha, Matrix A) static PHRepresentationmonocyclicPHFromME(Matrix alpha, Matrix A, int maxSize) static PHRepresentationmonocyclicPHFromME(Matrix alpha, Matrix A, int maxSize, double prec) Transforms an arbitrary matrix-exponential representation to a Markovian monocyclic representation.
-
Method Details
-
monocyclicPHFromME
Transforms an arbitrary matrix-exponential representation to a Markovian monocyclic representation.- Parameters:
alpha- Initial vector of the distribution (shape 1 x N)A- Matrix parameter of the distribution (shape N x N)maxSize- The maximum number of phases for the result. The default value is 100.prec- Vector and matrix entries smaller than the precision are considered to be zeros.- Returns:
- PHRepresentation containing the initial probability vector and transient generator matrix of the Markovian monocyclic representation.
- Throws:
IllegalArgumentException- if no Markovian monocyclic representation has been found.
-
monocyclicPHFromME
-
monocyclicPHFromME
-