timeseries
A Python library for the interpretation and treatment of time-series data.
pip install va-timeseries
What is it?
A set of methods to process timeseries data.
Main Features
Seasonal Decomposition -> trend -> detrend -> seasonal -> residual -> plot()
Seasonal Adjustment
timeseries.seasonal_pattern (series, period)
timeseries.series_frequencies (series)
timeseries.cycle_periods (series) <- estimate
Trending
timeseries.linear_regression (x, y)
timeseries.henderson (series, window)
timeseries.rolling_average (series, window)
Methods for identifying and describing trends in data.
Control Charts
cc = timeseries.control_chart(series, samples=8)
Predict
// predict (cycles)
Helper Methods
timeseries.fillna (series, filler=0)
timeseries.mean (series)
timeseries.standard_deviation (series)
timeseries.variance (series)
timeseries.matches (series, rule)
timeseries.f_x (series, function)
Dependencies
License
Credits
- Henderson adapted from Mark Graph's Implementation
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
va-timeseries-1.0.7.tar.gz
(224.2 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
File details
Details for the file va-timeseries-1.0.7.tar.gz.
File metadata
- Download URL: va-timeseries-1.0.7.tar.gz
- Upload date:
- Size: 224.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0df0f01d80b0eb4758f922c098a64dc1a11a86574dd22745fdb816981063ee01
|
|
| MD5 |
c1a62c77405b3709b09d4c334373c8b2
|
|
| BLAKE2b-256 |
978c2e5cbf446f0b5434bfacb974550e695a5b776107e4fbb17e1d591884c414
|
File details
Details for the file va_timeseries-1.0.7-py3-none-any.whl.
File metadata
- Download URL: va_timeseries-1.0.7-py3-none-any.whl
- Upload date:
- Size: 16.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cd980654803d2851f5fc2de49d4ba261f8c5a1bfc9c1a7969cbd583513ca8598
|
|
| MD5 |
3542c748412f1aff390c4f05b99461e6
|
|
| BLAKE2b-256 |
2f9e8263d066442a70a8fa4bf70849af15000751f7d38f059ab3ec1f53c8e213
|