@hackage dde0.3.0
Delay differential equations
Categories
License
BSD-3-Clause
Maintainer
dev () penkovsky dot com
Links
Versions
Installation
Dependencies (5)
Dependents (1)
@hackage/rc
Delay Differential Equations (DDE)
Features
- Autonomous DDEs with multiple dynamical variables and multiple delay times
- Driven systems (i.e. with external input)
- Non-autonomous DDEs (using driven systems with time as external input)
- Second and fourth order integration methods
- Example models:
- Mackey-Glass with no external input
- Driven system
- Two delays
- Pure Haskell
Acknowledgements
- Justus Sagemüller for making this library faster