Package jline.lib.butools.map
Class LagkJointMomentsFromMAPKt
-
- All Implemented Interfaces:
public final class LagkJointMomentsFromMAPKt
-
-
Method Summary
Modifier and Type Method Description final static MatrixlagkJointMomentsFromMAP(Matrix D0, Matrix D1, Integer K, Integer L, Double prec)Returns the lag-L joint moments of a continuous Markovian arrival process. final static MatrixlagkJointMomentsFromMAP(Matrix D0, Matrix D1, Integer K, Integer L)Returns the lag-L joint moments of a continuous Markovian arrival process. final static MatrixlagkJointMomentsFromMAP(Matrix D0, Matrix D1, Integer K)Returns the lag-L joint moments of a continuous Markovian arrival process. final static MatrixlagkJointMomentsFromMAP(Matrix D0, Matrix D1)Returns the lag-L joint moments of a continuous Markovian arrival process. -
-
Method Detail
-
lagkJointMomentsFromMAP
@JvmOverloads() final static Matrix lagkJointMomentsFromMAP(Matrix D0, Matrix D1, Integer K, Integer L, Double prec)
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.L- The lag at which the joint moments are computed.prec- Numerical precision to check if the input is valid.- Returns:
Matrix containing the lag-L joint moments
-
lagkJointMomentsFromMAP
@JvmOverloads() final static Matrix lagkJointMomentsFromMAP(Matrix D0, Matrix D1, Integer K, Integer L)
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.L- The lag at which the joint moments are computed.- Returns:
Matrix containing the lag-L joint moments
-
lagkJointMomentsFromMAP
@JvmOverloads() final static Matrix lagkJointMomentsFromMAP(Matrix D0, Matrix D1, Integer K)
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.- Returns:
Matrix containing the lag-L joint moments
-
lagkJointMomentsFromMAP
@JvmOverloads() final static Matrix lagkJointMomentsFromMAP(Matrix D0, Matrix D1)
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 process- Returns:
Matrix containing the lag-L joint moments
-
-
-
-