Class CanonicalFromDMAP2Kt

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static Pair<Matrix, Matrix> canonicalFromDMAP2(Matrix D0, Matrix D1, Double prec) Returns the canonical form of an order-2 discrete Markovian arrival process.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • canonicalFromDMAP2

         final static Pair<Matrix, Matrix> canonicalFromDMAP2(Matrix D0, Matrix D1, Double prec)

        Returns the canonical form of an order-2 discrete Markovian arrival process.

        Parameters:
        D0 - The D0 matrix of the DMAP(2)
        D1 - The D1 matrix of the DMAP(2)
        prec - Numerical precision to check the input
        Returns:

        Pair of (G0, G1) matrices of the canonical DMAP(2)