Class LagkJointMomentsFromDMRAP

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

public final class LagkJointMomentsFromDMRAP extends Object
  • Method Details

    • lagkJointMomentsFromDMRAP

      public static MatrixCell lagkJointMomentsFromDMRAP(MatrixCell H, int K, int L, double prec)
      Returns the lag-L joint moments of a discrete marked rational arrival process.
    • lagkJointMomentsFromDMRAP

      public static MatrixCell lagkJointMomentsFromDMRAP(MatrixCell H, int K, int L)
    • lagkJointMomentsFromDMRAP

      public static MatrixCell lagkJointMomentsFromDMRAP(MatrixCell H, int K)
    • lagkJointMomentsFromDMRAP

      public static MatrixCell lagkJointMomentsFromDMRAP(MatrixCell H)
    • lagkJointMomentsFromDMRAP

      public static MatrixCell lagkJointMomentsFromDMRAP(Matrix[] H, int K, int L, double prec)
    • lagkJointMomentsFromDMRAP

      public static MatrixCell lagkJointMomentsFromDMRAP(Matrix[] H, int K, int L)
    • lagkJointMomentsFromDMRAP

      public static MatrixCell lagkJointMomentsFromDMRAP(Matrix[] H, int K)
    • lagkJointMomentsFromDMRAP

      public static MatrixCell lagkJointMomentsFromDMRAP(Matrix[] H)