Package jline.lib.butools.dmap
Class DMAPFromDRAPKt
-
- All Implemented Interfaces:
public final class DMAPFromDRAPKt
-
-
Method Summary
-
-
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 processH1- The H1 matrix of the discrete rational arrival processprec- 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
-
-
-
-