Package jline.lib.butools.ph
Class MonocyclicPHFromMEKt
-
- All Implemented Interfaces:
public final class MonocyclicPHFromMEKt
-
-
Method Summary
Modifier and Type Method Description final static PHRepresentationmonocyclicPHFromME(Matrix alpha, Matrix A, Integer maxSize, Double prec)Transforms an arbitrary matrix-exponential representation to a Markovian monocyclic representation. -
-
Method Detail
-
monocyclicPHFromME
final static PHRepresentation monocyclicPHFromME(Matrix alpha, Matrix A, Integer maxSize, Double prec)
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.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.
-
-
-
-