[FEA] Series autocorr #9635
Labels
feature request
New feature or request
good first issue
Good for newcomers
Python
Affects Python cuDF API.
Milestone
For pandas API compatibility, we can implement Series.autocorr.
autocorr
calculates the Pearson correlation between the Series and itself lagged by N steps. Conceptually, this is a combination ofshift
andcorr
.The text was updated successfully, but these errors were encountered: