Class LagCorrelationsFromDRAPKt

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static DoubleArray lagCorrelationsFromDRAP(Matrix H0, Matrix H1, Integer L, Double prec) Returns the lag autocorrelations of a discrete rational arrival process.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • lagCorrelationsFromDRAP

         final static DoubleArray lagCorrelationsFromDRAP(Matrix H0, Matrix H1, Integer 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.
        prec - Numerical precision to check if the input is valid
        Returns:

        The lag autocorrelation function up to lag L