Package jline.api.mam
Class Map_jointKt
-
- All Implemented Interfaces:
public final class Map_jointKt
-
-
Method Summary
Modifier and Type Method Description final static Doublemap_joint(MatrixCell MAP, IntArray a, IntArray i)Computes the joint moments of a Markovian Arrival Process (MAP). final static Doublemap_joint(Matrix D0, Matrix D1, IntArray a, IntArray i)Computes the joint moments of a Markovian Arrival Process (MAP). -
-
Method Detail
-
map_joint
final static Double map_joint(MatrixCell MAP, IntArray a, IntArray i)
Computes the joint moments of a Markovian Arrival Process (MAP).
This function calculates the joint moment E(X_a1)^i1*(X_{a1+a2})^i2*(X_{a1+a2+a3})^i3*... where X_k represents the k-th inter-arrival time.
- Parameters:
MAP- The Markovian Arrival Process stored in a MatrixCell, containing the (D0, D1) matricesa- A vector (a1, a2, a3, ...i- A vector (i1, i2, i3, ...- Returns:
The joint moment value
-
map_joint
final static Double map_joint(Matrix D0, Matrix D1, IntArray a, IntArray i)
Computes the joint moments of a Markovian Arrival Process (MAP).
This function calculates the joint moment E(X_a1)^i1*(X_{a1+a2})^i2*(X_{a1+a2+a3})^i3*... where X_k represents the k-th inter-arrival time.
- Parameters:
D0- The hidden transition matrix of the MAPD1- The visible transition matrix of the MAPa- A vector (a1, a2, a3, ...i- A vector (i1, i2, i3, ...- Returns:
The joint moment value
-
-
-
-