tallbrachiosaurus
A small Python package for computing discrete derivatives of timeseries data.
Written for CPE 486/586, Machine Learning for Computer Engineering Applications, at the University of Alabama in Huntsville.
Installation
pip install tallbrachiosaurus
Usage
from tallbrachiosaurus import diff
t = [0, 0.1, 0.3, 0.4]
x = [23.1, 22.5, 23.5, 21.88]
v = diff(t, x)
The diff function takes two equal-length Python lists, time values and signal values, and returns the discrete derivative as a list of length n minus 1.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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
File details
Details for the file tallbrachiosaurus-0.1.0.tar.gz.
File metadata
- Download URL: tallbrachiosaurus-0.1.0.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.12.7 {"installer":{"name":"uv","version":"0.12.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"26.04","id":"resolute","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c0ef6ded27a45c7bf68fd669ad338b1edcc69a28d8d8ec6b37d00536b65df43b
|
|
| MD5 |
d34a17b697e4c3ea243051074e330eb7
|
|
| BLAKE2b-256 |
929f54728da12d562360e8965c6faa1337821f23f2bc005e4a67eb427d7dc076
|
File details
Details for the file tallbrachiosaurus-0.1.0-py3-none-any.whl.
File metadata
- Download URL: tallbrachiosaurus-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.12.7 {"installer":{"name":"uv","version":"0.12.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"26.04","id":"resolute","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
623ac3ee7ac297a04b0b9b530d538e960690e60a2990b257ff28d3bd00bc3882
|
|
| MD5 |
dfa9f04eed8ea12b7857174cc1cab05d
|
|
| BLAKE2b-256 |
0213f7fe6da6ddf64b9a1d2bc0ca215f004daecb7b1b44b7d163898ab1bfc70d
|