Class LagkJointMomentsFromDRAP

java.lang.Object
jline.lib.butools.dmap.LagkJointMomentsFromDRAP

public final class LagkJointMomentsFromDRAP extends Object
  • Method Details

    • lagkJointMomentsFromDRAP

      public static Matrix lagkJointMomentsFromDRAP(Matrix H0, Matrix H1, int K, int 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 process
      H1 - The H1 matrix of the discrete rational arrival process
      K - 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
    • lagkJointMomentsFromDRAP

      public static Matrix lagkJointMomentsFromDRAP(Matrix H0, Matrix H1, int K, int L)
    • lagkJointMomentsFromDRAP

      public static Matrix lagkJointMomentsFromDRAP(Matrix H0, Matrix H1, int K)
    • lagkJointMomentsFromDRAP

      public static Matrix lagkJointMomentsFromDRAP(Matrix H0, Matrix H1)