Package jline.lib.butools.map
Class LagkJointMomentsFromRAPKt
-
- All Implemented Interfaces:
public final class LagkJointMomentsFromRAPKt
-
-
Method Summary
Modifier and Type Method Description final static MatrixlagkJointMomentsFromRAP(Matrix H0, Matrix H1, Integer K, Integer L, Double prec)Returns the lag-L joint moments of a continuous rational arrival process. final static MatrixlagkJointMomentsFromRAP(Matrix H0, Matrix H1, Integer K, Integer L)Returns the lag-L joint moments of a continuous rational arrival process. final static MatrixlagkJointMomentsFromRAP(Matrix H0, Matrix H1, Integer K)Returns the lag-L joint moments of a continuous rational arrival process. final static MatrixlagkJointMomentsFromRAP(Matrix H0, Matrix H1)Returns the lag-L joint moments of a continuous rational arrival process. -
-
Method Detail
-
lagkJointMomentsFromRAP
@JvmOverloads() final static Matrix lagkJointMomentsFromRAP(Matrix H0, Matrix H1, Integer K, Integer L, Double prec)
Returns the lag-L joint moments of a continuous rational arrival process.
- Parameters:
H0- The H0 matrix of the rational arrival processH1- The H1 matrix of the rational 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
-
lagkJointMomentsFromRAP
@JvmOverloads() final static Matrix lagkJointMomentsFromRAP(Matrix H0, Matrix H1, Integer K, Integer L)
Returns the lag-L joint moments of a continuous rational arrival process.
- Parameters:
H0- The H0 matrix of the rational arrival processH1- The H1 matrix of the rational 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
-
lagkJointMomentsFromRAP
@JvmOverloads() final static Matrix lagkJointMomentsFromRAP(Matrix H0, Matrix H1, Integer K)
Returns the lag-L joint moments of a continuous rational arrival process.
- Parameters:
H0- The H0 matrix of the rational arrival processH1- The H1 matrix of the rational arrival processK- The dimension of the matrix of joint moments to compute.- Returns:
Matrix containing the lag-L joint moments
-
lagkJointMomentsFromRAP
@JvmOverloads() final static Matrix lagkJointMomentsFromRAP(Matrix H0, Matrix H1)
Returns the lag-L joint moments of a continuous rational arrival process.
- Parameters:
H0- The H0 matrix of the rational arrival processH1- The H1 matrix of the rational arrival process- Returns:
Matrix containing the lag-L joint moments
-
-
-
-