Series.autocorr()
pandas.Series.autocorr
-
Series.autocorr(lag=1)
-
Lag-N autocorrelation
Parameters: lag : int, default 1
Number of lags to apply before performing autocorrelation.
Returns: autocorr : float
© 2011–2012 Lambda Foundry, Inc. and PyData Development Team
© 2008–2011 AQR Capital Management, LLC
© 2008–2014 the pandas development team
Licensed under the 3-clause BSD License