Time and Sampling
Check cadence, memory, seasonality, and candidate boundaries before modeling or monitoring a series.
- CadenceHow regular is the observation schedule, and are gaps, duplicates, or mixed intervals large enough to change downstream time-series conclusions?
Use withCoefficient of VariationResamplingNyquist and Aliasing
- Rolling StatisticsHow does a local summary of the recent past change as the time window moves through an ordered series?
- Change-point SketchesWhere should a practitioner inspect first for possible changes before fitting a formal change-point model?
Use withCUSUMRolling StatisticsPELT
- Kernel Scores for Distributional ChangeAt a proposed boundary, do the observations on its two sides differ in a feature represented by the chosen kernel even when their means agree?
- CUSUMIs a small but persistent deviation accumulating into enough evidence to call a process shift?
Use withChange-point SketchesRolling StatisticsAnomaly Thresholds
- Bayesian Online Change-Point DetectionAs each observation arrives, how should posterior mass move between a new boundary and the possible continuing run lengths?
Use withChange-point SketchesCUSUMBayesian Workflow and Posterior Predictive Checks
- StationarityCan one baseline, variance, and lag structure be reused across this time window?
Use withAugmented Dickey-FullerKPSSDifferencing and Detrending
- Augmented Dickey-FullerIs this series a wandering level, or is there evidence that shocks pull back toward a stable level or trend?
- KPSSIs this series still credible as level-stationary or trend-stationary after accounting for short-run dependence?
Use withStationarityAugmented Dickey-FullerDifferencing and Detrending
- Differencing and DetrendingShould trend be removed by differencing or by subtracting an estimated trend before reading dependence or fitting a time-series model?
Use withStationarityAugmented Dickey-FullerSTL Decomposition
- Autocorrelation FunctionAt which lags does a series retain linear memory of its own past?
Use withPartial Autocorrelation FunctionStationarityPeriodogram
- Partial Autocorrelation FunctionWhich lag relationships remain after the shorter lag relationships have already been accounted for?
Use withAutocorrelation FunctionPeriodogramLomb-Scargle Periodogram
- Power Spectral DensityAt which frequencies is variance concentrated, after accounting for sampling rate, smoothing, and spectral scaling?
- PeriodogramWhich Fourier frequencies look unusually strong in this finite, regularly sampled series?
Use withPower Spectral DensityLomb-Scargle PeriodogramAutocorrelation Function
- Lomb-Scargle PeriodogramWhich sinusoidal frequencies explain unevenly sampled observations without first forcing them onto a regular grid?
Use withPeriodogramAutocorrelation FunctionNyquist and Aliasing
- STL DecompositionHow much of a regular seasonal series can be separated into trend, seasonal pattern, and remainder?
- Nyquist and AliasingCan this sampling design distinguish the highest frequencies that matter, or will faster variation masquerade as slower structure?
- ResamplingWhat assumptions enter when observations are moved from their recorded timestamps onto a different time grid?
- Moving AverageWhat local level is implied by averaging a fixed-width neighborhood of the series?
Use withRolling StatisticsExponential Moving AverageSavitzky-Golay Filter
- Exponential Moving AverageWhat smoothed level results when recent observations receive exponentially more weight than older observations?
Use withMoving AverageRolling StatisticsSavitzky-Golay Filter
- Savitzky-Golay FilterHow can a local polynomial smooth a regularly sampled series while preserving peaks and curvature better than a flat average?