Unnecessary comments have been removed to tidy up the code. This release represents the version that is discussed throughout the corresponding PhD thesis. Main functionalities and algorithms discussed therein are reliably working.
**These functionalities include:**
- Bayesian Langevin estimation via MCMC, MAP, and binned MAP estimation,
- Non-Markovian Bayesian Langevin estimation via MCMC and MAP,
- Trend change point analysis with marginalization option for the joint probability of change point configurations,
- Trend change point analysis with optimized memory management and on-the-fly construction of individual change point configurations,
- Simplified dominant eigenvalue estimation as procedural functions, including method parameter optimization and graphical output,
- video animation for the Bayesian Langevin estimation.
Apart from these main functionalities there are several further options that are not tested in detail.
**Functionalities implemented that may be tested in future include:**
- The package provides several options for approximations of drift and diffusion functions. The current version ist tested for linear or third-order polynomial drift functions with constant noise. In the non-Markovian case, the second process is an Ornstein-Uhlenbeck process that replaces the Wiener process in the Markovian version. Other combinations should work but are not tested in detail.
- The anaimation option for the Bayesian Langevin estimation reliably works. However, a preliminary version for animation of non-Markovian results is provided, but not tested yet.