Class LagCorrelationsFromMAP

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

public final class LagCorrelationsFromMAP extends Object
  • Method Details

    • lagCorrelationsFromMAP

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

      public static double[] lagCorrelationsFromMAP(Matrix D0, Matrix D1)
    • lagCorrelationsFromRAP

      public static double[] lagCorrelationsFromRAP(Matrix H0, Matrix H1, int L)
      Returns the lag autocorrelations of a rational arrival process.
      Parameters:
      H0 - The H0 matrix of the rational arrival process
      H1 - The H1 matrix of the rational arrival process
      L - The number of lags to compute. The default value is 1
      Returns:
      The lag autocorrelation function up to lag L
    • lagCorrelationsFromRAP

      public static double[] lagCorrelationsFromRAP(Matrix H0, Matrix H1)