sample_pacf_plot

sample_pacf_plot(ts: TSDataset, n_segments: int = 10, lags: int = 21, segments: Optional[List[str]] = None, figsize: Tuple[int, int] = (10, 5))[source]

Partial autocorrelation plot for multiple timeseries.

Notes

Definition of partial autocorrelation.

Parameters
  • ts (TSDataset) – TSDataset with timeseries data

  • n_segments (int) – number of random segments to plot

  • lags (int) – number of timeseries shifts for cross-correlation

  • segments (Optional[List[str]]) – segments to plot

  • figsize (Tuple[int, int]) – size of the figure per subplot with one segment in inches