Class LagkJointMomentsFromMMAP

java.lang.Object
jline.lib.butools.map.LagkJointMomentsFromMMAP

public final class LagkJointMomentsFromMMAP extends Object
  • Method Details

    • lagkJointMomentsFromMMAP

      public static MatrixCell lagkJointMomentsFromMMAP(MatrixCell D, int K, int L, double prec)
      Returns the lag-L joint moments of a continuous marked Markovian arrival process.
      Parameters:
      D - The D0...DN matrices of the MMAP (as MatrixCell)
      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:
      List of matrices containing the lag-L joint moments
    • lagkJointMomentsFromMMAP

      public static MatrixCell lagkJointMomentsFromMMAP(MatrixCell D)
    • lagkJointMomentsFromMMAP

      public static MatrixCell lagkJointMomentsFromMMAP(MatrixCell D, int K)
    • lagkJointMomentsFromMMAP

      public static MatrixCell lagkJointMomentsFromMMAP(MatrixCell D, int K, int L)
    • lagkJointMomentsFromMMAP

      public static MatrixCell lagkJointMomentsFromMMAP(Matrix[] D, int K, int L, double prec)
      Overload for Matrix[].
    • lagkJointMomentsFromMMAP

      public static MatrixCell lagkJointMomentsFromMMAP(Matrix[] D)
    • lagkJointMomentsFromMMAP

      public static MatrixCell lagkJointMomentsFromMMAP(Matrix[] D, int K)
    • lagkJointMomentsFromMMAP

      public static MatrixCell lagkJointMomentsFromMMAP(Matrix[] D, int K, int L)