Package jline.lib.butools.dmap
Class LagkJointMomentsFromDMRAPKt
-
- All Implemented Interfaces:
public final class LagkJointMomentsFromDMRAPKt
-
-
Method Summary
Modifier and Type Method Description final static MatrixCelllagkJointMomentsFromDMRAP(MatrixCell H, Integer K, Integer L, Double prec)Returns the lag-L joint moments of a discrete marked rational arrival process. final static MatrixCelllagkJointMomentsFromDMRAP(Array<Matrix> H, Integer K, Integer L, Double prec)Overload for Array<Matrix>. -
-
Method Detail
-
lagkJointMomentsFromDMRAP
final static MatrixCell lagkJointMomentsFromDMRAP(MatrixCell H, Integer K, Integer L, Double prec)
Returns the lag-L joint moments of a discrete marked rational arrival process.
- Parameters:
H- The H0...K- The dimension of the matrix of joint moments to compute.L- The lag at which the joint moments are computed.prec- Numerical precision to check if the input is valid.- Returns:
List of matrices containing the lag-L joint moments
-
lagkJointMomentsFromDMRAP
final static MatrixCell lagkJointMomentsFromDMRAP(Array<Matrix> H, Integer K, Integer L, Double prec)
Overload for Array<Matrix>.
-
-
-
-