Package jline.lib.butools.map
Class MAPFromRAPKt
-
- All Implemented Interfaces:
public final class MAPFromRAPKt
-
-
Method Summary
Modifier and Type Method Description final static Pair<Matrix, Matrix>mapFromRAP(Matrix H0, Matrix H1, Double prec)Obtains a Markovian representation of a continuous rational arrival process of the same size, if possible. final static Pair<Matrix, Matrix>mapFromRAP(Matrix H0, Matrix H1)Obtains a Markovian representation of a continuous rational arrival process of the same size, if possible. -
-
Method Detail
-
mapFromRAP
@JvmOverloads() final static Pair<Matrix, Matrix> mapFromRAP(Matrix H0, Matrix H1, Double prec)
Obtains a Markovian representation of a continuous rational arrival process of the same size, if possible.
- Parameters:
H0- The H0 matrix of the rational arrival processH1- The H1 matrix of the 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 continuous Markovian arrival process
-
mapFromRAP
@JvmOverloads() final static Pair<Matrix, Matrix> mapFromRAP(Matrix H0, Matrix H1)
Obtains a Markovian representation of a continuous rational arrival process of the same size, if possible.
- Parameters:
H0- The H0 matrix of the rational arrival processH1- The H1 matrix of the rational arrival process- Returns:
Pair of (D0, D1) matrices of the continuous Markovian arrival process
-
-
-
-