/StateSpacePartitions.jl

Automatic partitions of state space from a dynamical system

Primary LanguageJuliaMIT LicenseMIT

StateSpacePartitions.jl

A toolkit for analyzing dynamical systems through operator based approaches. See the documentation for examples.

MIT license Documentation ColPrac: Contributor's Guide on Collaborative Practices for Community Packages

Tools

By default StateSpacePartitions exports no functions and has modules that

  1. Construct transfer operators from data

See the examples for inspiration on how the utilities can be used.

Installation instructions

StateSpacePartitions is a unregistered Julia package that requires Julia 1.8+. To install it,

  1. Download Julia.
  2. Launch Julia and type
julia> using Pkg

julia> Pkg.add("https://github.com/sandreza/StateSpacePartitions.jl.git")

Contributing

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!