powered by
Identifies cyclical patterns in studying.
anki_ts_autocorrelation(path = NULL, profile = NULL, max_lag = 30)
A tibble with autocorrelation values
Path to collection.anki2 (auto-detected if NULL)
Profile name (first profile if NULL)
Maximum lag to compute (default 30)
if (FALSE) { acf_data <- anki_ts_autocorrelation() # Peaks at lag 7 indicate weekly patterns }
Run the code above in your browser using DataLab