Package jline.lib.butools.dmap
Class LagkJointMomentsFromDRAPKt
-
- All Implemented Interfaces:
public final class LagkJointMomentsFromDRAPKt
-
-
Method Summary
-
-
Method Detail
-
lagkJointMomentsFromDRAP
final static Matrix lagkJointMomentsFromDRAP(Matrix H0, Matrix H1, Integer K, Integer L, Double prec)
Returns the lag-L joint moments of a discrete rational arrival process.
- Parameters:
H0- The H0 matrix of the discrete rational arrival processH1- The H1 matrix of the discrete 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
-
-
-
-