Package jline.lib.butools.dmap
Class DMMAPFromDMRAP
java.lang.Object
jline.lib.butools.dmap.DMMAPFromDMRAP
-
Method Summary
Modifier and TypeMethodDescriptionstatic MatrixCelldmmapFromDMRAP(Matrix[] H) static MatrixCelldmmapFromDMRAP(Matrix[] H, double prec) static MatrixCellstatic MatrixCelldmmapFromDMRAP(MatrixCell H, double prec) Obtains a Markovian representation of a discrete rational arrival process of the same size, if possible.
-
Method Details
-
dmmapFromDMRAP
Obtains a Markovian representation of a discrete rational arrival process of the same size, if possible.- Parameters:
H- The H0...HN matrices of the DMRAP to transform (as MatrixCell)prec- Precision threshold- Returns:
- The D0...DN matrices of the DMMAP (if found)
-
dmmapFromDMRAP
-
dmmapFromDMRAP
-
dmmapFromDMRAP
-