Package jline.lib.butools.map
Class LagkJointMomentsFromMAP
java.lang.Object
jline.lib.butools.map.LagkJointMomentsFromMAP
-
Method Summary
Modifier and TypeMethodDescriptionstatic MatrixlagkJointMomentsFromMAP(Matrix D0, Matrix D1) static MatrixlagkJointMomentsFromMAP(Matrix D0, Matrix D1, int K) static MatrixlagkJointMomentsFromMAP(Matrix D0, Matrix D1, int K, int L) static MatrixlagkJointMomentsFromMAP(Matrix D0, Matrix D1, int K, int L, double prec) Returns the lag-L joint moments of a continuous Markovian arrival process.
-
Method Details
-
lagkJointMomentsFromMAP
Returns the lag-L joint moments of a continuous Markovian arrival process.- Parameters:
D0- The D0 matrix of the Markovian arrival processD1- The D1 matrix of the Markovian arrival processK- 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:
- Matrix containing the lag-L joint moments
-
lagkJointMomentsFromMAP
-
lagkJointMomentsFromMAP
-
lagkJointMomentsFromMAP
-