Stationarity Validation¶
Check whether the assumptions that made past data or behavior predictive still hold before extrapolating.
The Diagnostic Story¶
Symptom: Forecasts, models, baselines, and policies were built from historical data and are now being applied to present decisions as though the process generating that history has not changed. When the results are wrong, the failure is attributed to execution rather than to the assumption that past and present are comparable. Gradually, the gap between the model and reality widens, but because the validation was never explicit, the question of whether it still applies is never clearly raised.
Pivot: Turn assumed stability into an explicit, testable, auditable condition before historical data, models, baselines, or policies are reused for current or future decisions — so continuity with past evidence is preserved where it is warranted, and limited or revised where the process has actually changed.
Resolution: Decisions become better anchored because the usefulness of history is checked rather than assumed. When the process has shifted, the change is visible and the model or baseline can be segmented or updated. The system preserves the value of accumulated evidence without being misled by it.
Reach for this when you hear…¶
[macroeconomic forecasting] “Our model was trained on the pre-pandemic period and we are still running it without checking whether the relationship between those variables has fundamentally changed.”
[clinical risk scoring] “The scoring tool was validated on a different patient population fifteen years ago — before we extend it to this group we need to check whether the predictive relationships still hold.”
[manufacturing process control] “The control limits are based on baseline data from when this line was running a different material — if the process has drifted, those limits are worse than useless.”
Mechanisms / Implementations¶
- Stationarity Test: Tests whether the process that generated past lifetimes is still the same process, the precondition for treating survival so far as evidence about survival ahead.
- Model Drift Monitoring: Watches a live predictor for the slow slide where yesterday's model quietly stops fitting today's world — before the residuals it suppresses start hiding real change.
- Process Control Chart: This is a metric_or_dashboard that implements Stationarity Validation by helping determine whether past evidence still applies.
- Forecast Backtesting: Replays a predictor against withheld history — across time, segments, and regimes — to earn or deny the right to suppress its residuals.
- Change-Point Detection: Flags the moment the target jumps to a new regime — an abrupt discontinuity the current tracking mode can no longer follow — so the loop switches modes instead of chasing a break as if it were noise.
- Rolling Window Comparison: Quantifies how much the target, state, and error distributions have drifted by comparing a recent window against earlier ones — turning gradual staleness into a measured magnitude rather than a yes/no event.
- Baseline Validation Review: This is a procedure that implements Stationarity Validation by helping determine whether past evidence still applies.
- Policy Assumption Audit: This is a procedure that implements Stationarity Validation by helping determine whether past evidence still applies.
Related Abstractions¶
Abstractions this archetype builds on — directly (a source ingredient) or as a related pattern. Links follow the typed catalog namespace.
Built directly on (2)
- Foreseeing (Prediction): Predict future states.
- Stationarity: Stable statistical properties.
Also references 14 related abstractions
- Adaptation: Systems adjust to conditions.
- Bayesian Updating: Update beliefs with evidence.
- Confidence Intervals: Range of plausible values.
- Continuity: Smooth change without jumps.
- Continuity vs. Rupture: Gradual vs abrupt change.
- Data Integrity: Accuracy and consistency preserved.
- Environmental Scanning: Analyze external factors.
- Feedback: Outputs influence inputs.
- Hypothesis Testing (Null vs. Alternative): Null vs alternative evaluation.
- Observability: Infer internal state externally.
Variants¶
Narrower or domain-specific specializations that share this archetype's core structure. Recognized variants are established; candidate variants are provisional.
Model Stationarity Validation · domain variant · recognized
Validates that the assumptions behind a predictive, statistical, or machine-learning model still hold for current use.
Operational Baseline Validation · domain variant · recognized
Checks whether operational baselines, alert thresholds, capacity assumptions, or performance norms remain valid after process or context changes.
Policy Assumption Revalidation · governance variant · recognized
Rechecks whether a policy or rule still rests on valid assumptions about behavior, context, incentives, risks, and institutional capacity.
Measurement Stationarity Check · implementation variant · recognized
Checks whether the measurement process itself remains comparable before interpreting observed changes as real system change.
Regime Shift Gate · temporal variant · candidate
Adds a decision gate when evidence suggests the system has crossed into a materially different operating regime.