Class DMAPFromDRAPKt

    • 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> dmapFromDRAP(Matrix H0, Matrix H1, Double prec) Obtains a Markovian representation of a discrete rational arrival process of the same size, if possible.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • dmapFromDRAP

         final static Pair<Matrix, Matrix> dmapFromDRAP(Matrix H0, Matrix H1, Double prec)

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

        Parameters:
        H0 - The H0 matrix of the discrete rational arrival process
        H1 - The H1 matrix of the discrete rational arrival process
        prec - A representation is considered to be Markovian if it is closer than this precision
        Returns:

        Pair of (D0, D1) matrices of the discrete Markovian arrival process