Package jline.api.mam
Class Mmap_cross_momentKt
-
- All Implemented Interfaces:
public final class Mmap_cross_momentKt
-
-
Method Summary
Modifier and Type Method Description final static Matrix
mmap_cross_moment(MatrixCell mmap, Integer k)
Computes the k-th cross-moment matrix for a given MMAP. -
-
Method Detail
-
mmap_cross_moment
final static Matrix mmap_cross_moment(MatrixCell mmap, Integer k)
Computes the k-th cross-moment matrix for a given MMAP.
This method calculates the k-th cross-moments for each pair of types in the MMAP. The cross-moment measures the expected value of the product of k inter-arrival times for different types in the MMAP. The result is a CxC matrix, where C is the number of types.
- Parameters:
mmap
- the MMAP for which to compute the cross-momentsk
- the order of the moment to compute- Returns:
a matrix representing the k-th cross-moment for each pair of types
-
-
-
-