hotstepper.Steps.pacf_plot¶
-
Steps.pacf_plot(lags=10, minlags=0, ax=None, **kargs)¶ Plot an partial auto-correlation function of the cummulative step values.
- Parameters
lags (int, Optional) – The number of previous steps to perform PACF 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