Package jline.api.mam
Class Mmap_forward_momentKt
-
- All Implemented Interfaces:
public final class Mmap_forward_momentKt
-
-
Method Summary
Modifier and Type Method Description final static Matrix
mmap_forward_moment(MatrixCell MMAP, Matrix ORDERS, Integer NORM)
Computes the forward moments of an MMAP for specified orders with normalization. final static Matrix
mmap_forward_moment(MatrixCell MMAP, Matrix ORDERS)
Computes the forward moments of an MMAP for specified orders with normalization. -
-
Method Detail
-
mmap_forward_moment
@JvmOverloads() final static Matrix mmap_forward_moment(MatrixCell MMAP, Matrix ORDERS, Integer NORM)
Computes the forward moments of an MMAP for specified orders with normalization.
This method calculates the forward 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 forward 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
-
mmap_forward_moment
@JvmOverloads() final static Matrix mmap_forward_moment(MatrixCell MMAP, Matrix ORDERS)
Computes the forward moments of an MMAP for specified orders with normalization.
This method calculates the forward 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 forward 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
-
-
-
-