Package jline.api.mam
Class Mmap_backward_momentKt
-
- All Implemented Interfaces:
public final class Mmap_backward_momentKt
-
-
Method Summary
Modifier and Type Method Description final static Matrix
mmap_backward_moment(MatrixCell MMAP, Matrix ORDERS, Integer NORM)
Computes the backward moments of an MMAP for specified orders with normalization. -
-
Method Detail
-
mmap_backward_moment
final static Matrix mmap_backward_moment(MatrixCell MMAP, Matrix ORDERS, Integer NORM)
Computes the backward moments of an MMAP for specified orders with normalization.
This method calculates the backward moments of the inter-arrival times for each type in the MMAP according to the specified orders, with moments normalized by default.
- Parameters:
MMAP
- the MMAP from which to compute the backward momentsORDERS
- a matrix specifying the orders of the moments to be computed- Returns:
a matrix where each row corresponds to a type and each column corresponds to a moment order
-
-
-
-