$whittlehurst$: A Python package implementing Whittle's likelihood estimation of the Hurst exponent
B\'alint Csan\'ady, L\'or\'ant Nagy, Andr\'as Luk\'acs

TL;DR
The paper introduces 'whittlehurst', a Python package for estimating the Hurst exponent using Whittle's likelihood, emphasizing computational efficiency, accuracy, and benchmarking against other methods on synthetic and real data.
Contribution
It provides a practical implementation of Whittle's estimator for the Hurst exponent, with extensive evaluation and benchmarking for real-world applications.
Findings
Achieves state-of-the-art accuracy in Hurst exponent estimation
Demonstrates high computational speed and efficiency
Outperforms other methods on synthetic and real data
Abstract
This paper presents , a Python package implementing Whittle's likelihood method for estimating the Hurst exponent in fractional Brownian motion (fBm). While the theoretical foundations of Whittle's estimator are well-established, practical and computational considerations are critical for effective use. We focus explicitly on assessing our implementation's performance across several numerical approximations of the fractional Gaussian noise (fGn) spectral density, comparing their computational efficiency, accuracy, and consistency across varying input sequence lengths. Extensive empirical evaluations show that our implementation achieves state-of-the-art estimation accuracy and computational speed. Additionally, we benchmark our method against other popular Hurst exponent estimation techniques on synthetic and real-world data, emphasizing practical considerations that arise…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsStatistical and numerical algorithms
MethodsFocus
