Class LagCorrelationsFromDRAP

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

public final class LagCorrelationsFromDRAP extends Object
  • Method Details

    • lagCorrelationsFromDRAP

      public static double[] lagCorrelationsFromDRAP(Matrix H0, Matrix H1, int L, double prec)
      Returns the lag autocorrelations 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
      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
    • lagCorrelationsFromDRAP

      public static double[] lagCorrelationsFromDRAP(Matrix H0, Matrix H1, int L)
    • lagCorrelationsFromDRAP

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