sigmet
Installation
Sigmet (Signal Metrics Toolkit) is an end-to-end solution for the detection and measurement of negative shocks in time series data.
Sigmet requires the following packages:
- Pandas: primary data format for easy data manipulation and datetime functionality
- Numpy: for computation
- Statsmodels: AU3 uses statsmodel’s ARIMA and SARIMAX models for prediction
- Matplotlib: plotting for .graph() method
To install, run the following on the command line
pip install sigmet
Example
First we instantiate an AU3 object
from sigmet import Sigmet
data = pd.read_csv('time-series.csv')
ex = Sigmet(start, end, data)
ex.fit(window_start, window_end)
# graph the result as follows
import matplotlib.pyplot as plt
fig, ax = plt.subplots()
ax = ex.graph()
plt.show()
Contribute
- Issue Tracker: https://github.com/agupta01/sigmet/issues
- Source Code: https://github.com/agupta01/sigmet
License
The project is licensed under the GNU General Public License.
Release files for sigmet 0.9.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| sigmet-0.9.0.tar.gz | 2.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| sigmet-0.9.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 16.9 kB
Release files / sigmet-0.9.0.tar.gz
| Download URL | sigmet-0.9.0.tar.gz |
|---|---|
| Size | 2.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
fcbfa2fdcc119f50b4c3c8639a0017de28f1f4531af689d57bd0089c15de16dd
|
|
BLAKE2b-256 checksum How to use checksums |
48626755ec993c96b3454c2fa640432ffdf57d2ea4d3e7ecb425fe4fafd5b32f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5
|
Release files / sigmet-0.9.0-py3-none-any.whl
| Download URL | sigmet-0.9.0-py3-none-any.whl |
|---|---|
| Size | 14.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
71298e2d2e77cd86d5319bddbb52ff37e3b15461d481aa2316815371dbc98f91
|
|
BLAKE2b-256 checksum How to use checksums |
2f4a6791a3f416f04557a56ede9b02c259a630b156f977dd8d27bbe66f0bd148
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5
|