Package jline.lib.butools.map
Class LagkJointMomentsFromMMAP
java.lang.Object
jline.lib.butools.map.LagkJointMomentsFromMMAP
-
Method Summary
Modifier and TypeMethodDescriptionstatic MatrixCellstatic MatrixCelllagkJointMomentsFromMMAP(Matrix[] D, int K) static MatrixCelllagkJointMomentsFromMMAP(Matrix[] D, int K, int L) static MatrixCelllagkJointMomentsFromMMAP(Matrix[] D, int K, int L, double prec) Overload for Matrix[].static MatrixCellstatic MatrixCelllagkJointMomentsFromMMAP(MatrixCell D, int K) static MatrixCelllagkJointMomentsFromMMAP(MatrixCell D, int K, int L) static MatrixCelllagkJointMomentsFromMMAP(MatrixCell D, int K, int L, double prec) Returns the lag-L joint moments of a continuous marked Markovian arrival process.
-
Method Details
-
lagkJointMomentsFromMMAP
Returns the lag-L joint moments of a continuous marked Markovian arrival process.- Parameters:
D- The D0...DN matrices of the MMAP (as MatrixCell)K- The dimension of the matrix of joint moments to compute. If K=0, the MxM joint moments will be computed.L- The lag at which the joint moments are computed. Default is 1.prec- Numerical precision to check if the input is valid.- Returns:
- List of matrices containing the lag-L joint moments
-
lagkJointMomentsFromMMAP
-
lagkJointMomentsFromMMAP
-
lagkJointMomentsFromMMAP
-
lagkJointMomentsFromMMAP
Overload for Matrix[]. -
lagkJointMomentsFromMMAP
-
lagkJointMomentsFromMMAP
-
lagkJointMomentsFromMMAP
-