Package jline.lib.butools.map
Class LagkJointMomentsFromMRAPKt
-
- All Implemented Interfaces:
public final class LagkJointMomentsFromMRAPKt
-
-
Method Summary
Modifier and Type Method Description final static MatrixCelllagkJointMomentsFromMRAP(MatrixCell H, Integer K, Integer L, Double prec)Returns the lag-L joint moments of a continuous marked rational arrival process. final static MatrixCelllagkJointMomentsFromMRAP(MatrixCell H, Integer K, Integer L)Returns the lag-L joint moments of a continuous marked rational arrival process. final static MatrixCelllagkJointMomentsFromMRAP(MatrixCell H, Integer K)Returns the lag-L joint moments of a continuous marked rational arrival process. final static MatrixCelllagkJointMomentsFromMRAP(MatrixCell H)Returns the lag-L joint moments of a continuous marked rational arrival process. final static MatrixCelllagkJointMomentsFromMRAP(Array<Matrix> H, Integer K, Integer L, Double prec)Overload for Array<Matrix>. final static MatrixCelllagkJointMomentsFromMRAP(Array<Matrix> H, Integer K, Integer L)Overload for Array<Matrix>. final static MatrixCelllagkJointMomentsFromMRAP(Array<Matrix> H, Integer K)Overload for Array<Matrix>. final static MatrixCelllagkJointMomentsFromMRAP(Array<Matrix> H)Overload for Array<Matrix>. -
-
Method Detail
-
lagkJointMomentsFromMRAP
@JvmOverloads() final static MatrixCell lagkJointMomentsFromMRAP(MatrixCell H, Integer K, Integer L, Double prec)
Returns the lag-L joint moments of a continuous 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
-
lagkJointMomentsFromMRAP
@JvmOverloads() final static MatrixCell lagkJointMomentsFromMRAP(MatrixCell H, Integer K, Integer L)
Returns the lag-L joint moments of a continuous 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.- Returns:
List of matrices containing the lag-L joint moments
-
lagkJointMomentsFromMRAP
@JvmOverloads() final static MatrixCell lagkJointMomentsFromMRAP(MatrixCell H, Integer K)
Returns the lag-L joint moments of a continuous marked rational arrival process.
- Parameters:
H- The H0...K- The dimension of the matrix of joint moments to compute.- Returns:
List of matrices containing the lag-L joint moments
-
lagkJointMomentsFromMRAP
@JvmOverloads() final static MatrixCell lagkJointMomentsFromMRAP(MatrixCell H)
Returns the lag-L joint moments of a continuous marked rational arrival process.
- Parameters:
H- The H0...- Returns:
List of matrices containing the lag-L joint moments
-
lagkJointMomentsFromMRAP
@JvmOverloads() final static MatrixCell lagkJointMomentsFromMRAP(Array<Matrix> H, Integer K, Integer L, Double prec)
Overload for Array<Matrix>.
-
lagkJointMomentsFromMRAP
@JvmOverloads() final static MatrixCell lagkJointMomentsFromMRAP(Array<Matrix> H, Integer K, Integer L)
Overload for Array<Matrix>.
-
lagkJointMomentsFromMRAP
@JvmOverloads() final static MatrixCell lagkJointMomentsFromMRAP(Array<Matrix> H, Integer K)
Overload for Array<Matrix>.
-
lagkJointMomentsFromMRAP
@JvmOverloads() final static MatrixCell lagkJointMomentsFromMRAP(Array<Matrix> H)
Overload for Array<Matrix>.
-
-
-
-