Package jline.lib.butools.map
Class MMAPFromMRAPKt
-
- All Implemented Interfaces:
public final class MMAPFromMRAPKt
-
-
Method Summary
Modifier and Type Method Description final static MatrixCellmmapFromMRAP(MatrixCell H, Double prec)Obtains a Markovian representation of a continuous marked rational arrival process of the same size, if possible. final static MatrixCellmmapFromMRAP(MatrixCell H)Obtains a Markovian representation of a continuous marked rational arrival process of the same size, if possible. final static MatrixCellmmapFromMRAP(Array<Matrix> H, Double prec)Overload for Array<Matrix>. final static MatrixCellmmapFromMRAP(Array<Matrix> H)Overload for Array<Matrix>. -
-
Method Detail
-
mmapFromMRAP
@JvmOverloads() final static MatrixCell mmapFromMRAP(MatrixCell H, Double prec)
Obtains a Markovian representation of a continuous marked 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 MMAP (if found)
-
mmapFromMRAP
@JvmOverloads() final static MatrixCell mmapFromMRAP(MatrixCell H)
Obtains a Markovian representation of a continuous marked rational arrival process of the same size, if possible.
- Parameters:
H- The H0...- Returns:
The D0...DN matrices of the MMAP (if found)
-
mmapFromMRAP
@JvmOverloads() final static MatrixCell mmapFromMRAP(Array<Matrix> H, Double prec)
Overload for Array<Matrix>.
-
mmapFromMRAP
@JvmOverloads() final static MatrixCell mmapFromMRAP(Array<Matrix> H)
Overload for Array<Matrix>.
-
-
-
-