Reference
Reference¶
The complete public API, one page per area, generated from the docstrings in the source. If a signature here disagrees with your installed version, trust your installed version.
Where do I find X¶
| You are looking for | Page |
|---|---|
Everything importable straight from tsdynamics |
Top level |
ContinuousSystem, DelaySystem, DiscreteMap, StochasticSystem, Trajectory, the System protocol |
Base classes |
PoincareMap, StroboscopicMap, TangentSystem, EnsembleSystem, ProjectedSystem, WrappedSystem |
Derived systems |
| Lyapunov, chaos indicators, fixed/periodic orbits, orbit diagrams, basins, dimensions, embeddings, entropy, recurrence, surrogates | Analysis |
power_spectral_density, detrend, normalize, filters, extract_features |
Transforms |
Box, Ball, Grid, sampler, grid_points, set_distance |
Data & state-space |
method= resolution, SolverSpec, auto-stiffness, registering a solver |
Solvers |
| Programmatic access to the built-in system catalogue | Registry |
| timestep estimation | Utilities |
| A specific built-in system (equations, defaults, figures) | Systems |
Scope¶
This reference covers the public API only; names with a leading underscore are private and not documented. The built-in system classes are documented on their auto-generated pages under Systems rather than here. For prose-first treatments, start from Start and Analysis.