Class MAPFromRAP

java.lang.Object
jline.lib.butools.map.MAPFromRAP

public final class MAPFromRAP extends Object
  • Method Details

    • mapFromRAP

      public static Pair<Matrix,Matrix> mapFromRAP(Matrix H0, Matrix H1, double prec)
      Obtains a Markovian representation of a continuous rational arrival process of the same size, if possible.
      Parameters:
      H0 - The H0 matrix of the rational arrival process
      H1 - The H1 matrix of the 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 continuous Markovian arrival process
    • mapFromRAP

      public static Pair<Matrix,Matrix> mapFromRAP(Matrix H0, Matrix H1)