mirror of
https://github.com/papers-we-love/papers-we-love.git
synced 2024-10-27 20:34:20 +00:00
Added time-series section and Zumbach&Muller's paper on inhomogeneous operators
This commit is contained in:
parent
3adcf16e17
commit
2a2524218b
23
time_series/README.md
Normal file
23
time_series/README.md
Normal file
@ -0,0 +1,23 @@
|
||||
Important papers relating to time-series data
|
||||
|
||||
Time-series data presents specific but very common problems for efficient
|
||||
analysis, resulting in the need for columnar data stores and iterative
|
||||
one-pass processing.
|
||||
|
||||
The included documents are:
|
||||
|
||||
* [Operators on Inhomogeneous Time Series] (http://papers.ssrn.com/sol3/papers.cfm?abstract_id=208278) - Gilles O. Zumbach and Ulrich A. Müller
|
||||
|
||||
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.
|
||||
|
||||
|
||||
|
BIN
time_series/operators-on-inhomogeneous-time-series.pdf
Normal file
BIN
time_series/operators-on-inhomogeneous-time-series.pdf
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user