Class DMAPFromDRAP

java.lang.Object
jline.lib.butools.dmap.DMAPFromDRAP

public final class DMAPFromDRAP extends Object
  • Method Details

    • dmapFromDRAP

      public 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
    • dmapFromDRAP

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