Package jline.lib.butools.map
Class CanonicalFromMAP2Kt
-
- All Implemented Interfaces:
public final class CanonicalFromMAP2Kt
-
-
Method Summary
Modifier and Type Method Description final static Pair<Matrix, Matrix>canonicalFromMAP2(Matrix D0, Matrix D1, Double prec)Returns the canonical form of an order-2 Markovian arrival process. final static Pair<Matrix, Matrix>canonicalFromMAP2(Matrix D0, Matrix D1)Returns the canonical form of an order-2 Markovian arrival process. -
-
Method Detail
-
canonicalFromMAP2
@JvmOverloads() final static Pair<Matrix, Matrix> canonicalFromMAP2(Matrix D0, Matrix D1, Double prec)
Returns the canonical form of an order-2 Markovian arrival process.
- Parameters:
D0- The D0 matrix of the MAP(2)D1- The D1 matrix of the MAP(2)prec- Numerical precision to check the input- Returns:
Pair of (G0, G1) matrices in canonical form
-
canonicalFromMAP2
@JvmOverloads() final static Pair<Matrix, Matrix> canonicalFromMAP2(Matrix D0, Matrix D1)
Returns the canonical form of an order-2 Markovian arrival process.
- Parameters:
D0- The D0 matrix of the MAP(2)D1- The D1 matrix of the MAP(2)- Returns:
Pair of (G0, G1) matrices in canonical form
-
-
-
-