Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 1.34 KB

README.md

File metadata and controls

12 lines (7 loc) · 1.34 KB

TreeEmbedding.jl - a Monte Carlo Decision Tree Search (MCDTS) for optimal embedding

DynamicalSystems.jl logo: The Double Pendulum

Documentation Tests Gitter
CI Gitter

TreeEmbedding.jl implements the MCDTS algorithm outlined in Kraemer, K.H., Gelbrecht, M. et al. 2022 and is one of the packages composing DynamicalSystems.jl. It aims to provide an optimal time delay state space reconstruction from time series data with the help of decisions trees and suitable statistics that guide the decisions done during the rollout of these trees. For all details of the algorithm the reader is referred to the accompanying paper. Here we provide an implementation of all the variants described in the paper.

For more details please see our detailed documentation pages.