hotstepper.Steps.acf_plot¶
-
Steps.acf_plot(lags=10, minlags=0, ax=None, **kargs)¶ Plot an auto-correlation function of the cummulative step values.
- Parameters
lags (int, Optional) – The number of previous steps to perform ACF analysis.
minlags (int, Optional) – The minimum lag to include.
ax (Matplotlib.Axes) – The plot axis to create the plot on if being created externally.
**kargs – Matplotlib key-value paramters to pass to the plot.
- Returns
- Return type
Matplotlib.Axes
See also
References