A toolkit for analyzing dynamical systems through operator based approaches. See the documentation for examples.
By default StateSpacePartitions exports no functions and has modules that
- Construct transfer operators from data
See the examples for inspiration on how the utilities can be used.
StateSpacePartitions is a unregistered Julia package that requires Julia 1.8+. To install it,
- Download Julia.
- Launch Julia and type
julia> using Pkg
julia> Pkg.add("https://github.com/sandreza/StateSpacePartitions.jl.git")
We follow Julia conventions and recommend reading through ColPrac as a standard guide for contributing to Julia software. New issues and pull requests are welcome!