Python bindings for DDA (Delay Differential Analysis)
Project description
dda-py
Python bindings for DDA (Delay Differential Analysis).
Installation
pip install dda-py
Usage
from dda_py import DDARequest, DDARunner, ST, generate_select_mask
# Create a DDA request
request = DDARequest(
input_file="data.csv",
output_file="results.csv",
select_mask=generate_select_mask([ST]), # Select ST variant
)
# Run DDA
runner = DDARunner()
result = runner.run(request)
Variants
The package provides access to all DDA variants:
ST- StandardCT- Continuous TimeCD- Continuous DataDE- Differential EquationSY- Synchrony
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
dda_py-0.2.5.tar.gz
(24.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
dda_py-0.2.5-py3-none-any.whl
(17.2 kB
view details)
File details
Details for the file dda_py-0.2.5.tar.gz.
File metadata
- Download URL: dda_py-0.2.5.tar.gz
- Upload date:
- Size: 24.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4dd4599b049db806afcf7bf4bf0362de561691b33cf50571217c25188aa6d7b2
|
|
| MD5 |
9a981e5ff4a43a68aa12ba4b878d022c
|
|
| BLAKE2b-256 |
0768623451871ad4b9ef91fde4b5eec144c234ad9db2fc3e77ee28a84ec99d22
|
File details
Details for the file dda_py-0.2.5-py3-none-any.whl.
File metadata
- Download URL: dda_py-0.2.5-py3-none-any.whl
- Upload date:
- Size: 17.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
edd481fd8ed8a9439c451cf7299a1cc471b33a41f9ffe5adc9e212d02a912ca7
|
|
| MD5 |
5a97265c3b683a684a2759884845181d
|
|
| BLAKE2b-256 |
9ff4abd8400ad40123ebe0b133ce592e5324051cc352f4d9289745cac3b84e1c
|