Class LagCorrelationsFromTraceKt

    • 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
    • Constructor Detail

    • Method Detail

      • lagCorrelationsFromTrace

         final static DoubleArray lagCorrelationsFromTrace(DoubleArray trace, Integer K)

        Returns the lag-k autocorrelation of a trace.

        Parameters:
        trace - The trace data
        K - The number of lags to compute (default 3)
        Returns:

        The lag-k autocorrelation function of the trace up to lag K