Class DMMAPFromDMRAPKt

    • 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 MatrixCell dmmapFromDMRAP(MatrixCell H, Double prec) Obtains a Markovian representation of a discrete rational arrival process of the same size, if possible.
      final static MatrixCell dmmapFromDMRAP(Array<Matrix> H, Double prec) Overload for Array<Matrix>.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • dmmapFromDMRAP

         final static MatrixCell dmmapFromDMRAP(MatrixCell H, Double prec)

        Obtains a Markovian representation of a discrete rational arrival process of the same size, if possible.

        Parameters:
        H - The H0...
        prec - A representation is considered to be Markovian if it is closer than this precision
        Returns:

        The D0...DN matrices of the DMMAP (if found)