paper

Operators on Inhomogeneous Time Series

  • Authors:

📜 Abstract

We present a toolbox to compute and extract information from inhomogeneous (i.e. unequally spaced) time series. The toolbox contains a large set of operators, mapping from the space of inhomogeneous time series to itself. These operators are computationally efficient (time and memory-wise) and suitable for stochastic processes. This makes them attractive for processing high-frequency data in finance and other fields. Using a basic set of operators, we easily construct more powerful combined operators which cover a wide set of typical applications. The operators are classified in macroscopic operators (that have a limit value when the sampling frequency goes to infinity) and microscopic operators (that strongly depend on the actual sampling). For inhomogeneous data, macroscopic operators are more robust and more important. Examples of macroscopic operators are (exponential) moving averages, differentials, derivatives, moving volatilities, etc ...

✨ Summary

Summary

The paper develops a computational framework for analyzing unequally spaced time series, with particular emphasis on high-frequency financial data. Its central idea is to represent common time-series transformations as operators that map one inhomogeneous time series into another. The framework explicitly accounts for irregular observation times rather than first forcing the data onto a regular grid.

The paper distinguishes macroscopic operators, whose behavior becomes stable as sampling frequency increases, from microscopic operators, whose output depends strongly on the precise sampling pattern. It argues that macroscopic operators are generally more robust for irregular data. The main operator families include exponential and ordinary moving averages, iterated moving averages, differential and derivative operators, moving norms, variances, standard deviations, skewness, kurtosis, correlations, volatility measures, and windowed Fourier transforms.

A major technical contribution is the use of causal convolution kernels adapted to irregular sampling. The authors show how exponential moving averages can be evaluated recursively and efficiently in both time and memory. They also analyze initialization and finite-history effects, deriving practical build-up intervals and explaining how kernel shape and tail length affect responsiveness and estimation error. Repeated exponential moving averages are used to construct smoother, approximately rectangular kernels without the abrupt cutoff associated with a simple rectangular moving average.

The differential operator is designed to estimate returns on irregularly sampled data while reducing the noise and computational inefficiency associated with directly evaluating a lagged value at an irregular time. The paper further introduces normalized derivative and volatility constructions, emphasizing that volatility depends on two separate time scales: the return horizon and the averaging horizon. This distinction is important for comparing estimates across frequencies and for conditional volatility forecasting.

The framework is demonstrated on irregular foreign-exchange observations, including USD/CHF data. The examples show that the operators can identify market shocks, intraday volatility patterns, changing distributional shape, and trading activity. Microscopic operators are used for tick-related quantities such as tick frequency and activity, while macroscopic operators are preferred for quantities intended to be robust to sampling irregularity.

Subsequent use and influence

The paper became part of the technical foundation cited in later high-frequency-finance work. The authors’ operator framework was incorporated into the discussion and implementation of high-frequency time-series methods in An Introduction to High-Frequency Finance, which cites the 2001 journal article. (sciencedirect.com)

The NAG Library’s time-series documentation cites the paper and documents routines for iterated exponential moving averages over irregularly spaced observations, providing evidence of dissemination into numerical software used for applied time-series analysis. (afs.enea.it)

Later research on irregularly sampled measurements cites the paper when extending time-series monitoring methods to nonuniform observations. (papers.phmsociety.org) The framework is also cited in subsequent financial-market research concerning volatility, realized measures, and market dynamics. (ideas.repec.org)

A U.S. patent application concerning market-condition measurement describes composing time-series operators and cites the Zumbach–Müller work, indicating use of the operator perspective in a financial-technology context. (patents.justia.com)

The available evidence supports concrete reuse and citation in high-frequency finance, numerical time-series software, irregular-sampling research, and financial technology. It does not establish that the paper was the sole origin of these later methods or that its framework became a dominant industry standard.