Autoregressive Conditional Duration¶
Model positive intervals between irregular events as a unit-mean innovation times a conditional expected duration that evolves from past durations and past conditional means.
Core Idea¶
Let event times satisfy \(t_i>t_{i-1}\) and define duration \(x_i=t_i-t_{i-1}>0\). An autoregressive conditional duration (ACD) model writes
where \(\psi_i=E(x_i\mid\mathcal F_{i-1})\) evolves from prior durations and conditional means. In a linear ACD\((p,q)\),
with positivity restrictions. Engle and Russell introduced the model for clustered, irregularly spaced financial transaction data.
Scope of Application¶
ACD models handle trade, quote, price-change, volume, and order-arrival durations in ultra-high-frequency finance. They also provide a template for irregular event sequences in other domains. Engle embeds duration analysis in marked point-process views of complete transaction records and links surprising duration to market-microstructure quantities.
Clarity¶
Define the event, timestamp resolution, zero-duration treatment, overnight gaps, censoring, time-zone/session boundaries, and deterministic seasonality adjustment. State lag orders, recursion form, innovation distribution, covariates, positivity constraints, likelihood, and residual tests. Do not interpret a shorter predicted duration as higher activity without declaring the reciprocal intensity convention.
Manages Complexity¶
ACD models move analysis from arbitrary calendar bins to event time. A compact recursion summarizes duration clustering, while the innovation distribution separates predictable pace from unpredictable waiting. The same framework supports likelihood, hazard, forecast, and marked-event extensions.
Abstract Reasoning¶
- Define and clean the event sequence.
- Compute positive durations and handle ties.
- Estimate or model intraday seasonality.
- Select ACD lag orders and recursion family.
- Choose a positive unit-mean innovation distribution.
- Estimate parameters under admissibility constraints.
- Standardize durations by fitted \(\psi_i\).
- Test residual dependence and distributional fit.
- Compare forecasts and alternative duration models.
Knowledge Transfer¶
The portable pattern is factor a positive waiting time into predictable local pace and unit-scale surprise, then let pace inherit memory from earlier waits. It transfers to irregular event-stream forecasting. The proposed immediate parent is Stochastic Process.
Relationships to Other Abstractions¶
Current abstraction Autoregressive Conditional Duration Domain-specific
Parents (1) — more general patterns this builds on
-
Autoregressive Conditional Duration is a kind of Stochastic Process Prime
Stochastic Process is the proposed immediate parent.
Hierarchy path (1) — routes to 1 parentless root
- Autoregressive Conditional Duration → Stochastic Process
Neighborhood in Abstraction Space¶
Autoregressive Conditional Duration sits in a sparse region of the domain-specific corpus (97th percentile for distinctiveness): few abstractions share its structure, so a faithful description tends to retrieve it precisely.
Family — Unclustered & Miscellaneous (1565 abstractions)
Nearest neighbors
- Taleb Distribution — 0.78
- Kaplan–Meier estimator — 0.77
- Accelerated failure time model — 0.75
- Renewal theory — 0.75
- Structural Break — 0.74
Computed from structural-signature embeddings · 2026-09-08