Computes the autocorrelation of circular data, **defined on the range [-pi, pi], expressed in radians.** ACF is computed in 'cov'-type.

circacf(x, tau_max)

Arguments

x
The input data.
tau_max
The max correlation lag.