There is a newer version of the record available.

Published June 16, 2025 | Version Ver 1.0
Preprint Open

A Minimal Bayesian Model for History-Referencing Jump Event Detection:From Single-Law to Mixture-State Paradigm in Time-Series Analysis

Description

This preprint introduces a new, minimal paradigm for interpretable time-series modeling—one that goes far beyond conventional single-law approaches such as ARIMA or hidden Markov models.

Conventional models often assume that all data can be explained by a single smooth process, treating jumps or anomalies as noise. In contrast, our history-referencing Bayesian model explicitly separates smooth trends from jump (event) states, expressing real-world phenomena as a mixture of regimes. Each parameter (trend, jump, event probability, etc.) is fully interpretable, enabling both detection and causal explanation of discontinuities.

Key innovations include:

  • Paradigm shift: From single-law smoothing to explicit mixture of trend and event processes.

  • Factor decomposition: Quantifies not only "what" happened but "why"—with probabilistic confidence.

  • Full interpretability: Each variable (event probability, jump magnitude, trend) is human-understandable.

  • Minimal implementation: The entire approach can be realized in a few lines of Bayesian code, demonstrated here with PyMC and Python.

This repository includes:

  • Theoretical exposition and "news paper" style preprint (PDF)

  • Fully commented minimal Python sample (see [lambda3_jump_event_detector.py])

  • Example results and figures

We also present an advanced Lambda³ model that further generalizes the approach:

  • Structural variables (progression index, positive/negative jumps, tension density)

  • Captures both the directionality and the structural "history" of events

  • Universal applicability for physics, biology, economics, and social science

This work aims to provide a universal, open-source “computational microscope” for analyzing and explaining complex, event-driven time series.
See the full preprint for details, model code, and scientific discussion.

Contact

For questions, feedback, or collaboration inquiries, please contact:
 iizumimasamichi@gamil.com

Files

news.pdf

Files (926.9 kB)

Name Size Download all
md5:38e605017fd545c771f5f8773a51850b
563.5 kB Preview Download
md5:5a6aac43cd103628af3b2beeffbc406d
363.4 kB Preview Download

Additional details

Dates

Created
2025-06-16

Software

Repository URL
https://github.com/miosync-masa/bayesian-event-detector
Programming language
Python
Development Status
Active