Class LagCorrelationsFromDMAP

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

public final class LagCorrelationsFromDMAP extends Object
  • Method Details

    • lagCorrelationsFromDMAP

      public static double[] lagCorrelationsFromDMAP(Matrix D0, Matrix D1, int L, double prec)
      Returns the lag autocorrelations of a discrete Markovian arrival process.
      Parameters:
      D0 - The D0 matrix of the discrete Markovian arrival process
      D1 - The D1 matrix of the discrete Markovian arrival process
      L - The number of lags to compute. The default value is 1.
      prec - Numerical precision to check if the input is valid
      Returns:
      The lag autocorrelation function up to lag L
    • lagCorrelationsFromDMAP

      public static double[] lagCorrelationsFromDMAP(Matrix D0, Matrix D1, int L)
    • lagCorrelationsFromDMAP

      public static double[] lagCorrelationsFromDMAP(Matrix D0, Matrix D1)