Package jline.lib.butools.dmap
Class DMMAPFromDMRAPKt
-
- All Implemented Interfaces:
public final class DMMAPFromDMRAPKt
-
-
Method Summary
Modifier and Type Method Description final static MatrixCelldmmapFromDMRAP(MatrixCell H, Double prec)Obtains a Markovian representation of a discrete rational arrival process of the same size, if possible. final static MatrixCelldmmapFromDMRAP(Array<Matrix> H, Double prec)Overload for Array<Matrix>. -
-
Method Detail
-
dmmapFromDMRAP
final static MatrixCell dmmapFromDMRAP(MatrixCell H, Double prec)
Obtains a Markovian representation of a discrete rational arrival process of the same size, if possible.
- Parameters:
H- The H0...prec- A representation is considered to be Markovian if it is closer than this precision- Returns:
The D0...DN matrices of the DMMAP (if found)
-
dmmapFromDMRAP
final static MatrixCell dmmapFromDMRAP(Array<Matrix> H, Double prec)
Overload for Array<Matrix>.
-
-
-
-