A simple time series analysis package
Project description
simple\_ts package
**Installation**
pip install simple\_ts
**Quick Start**
```
simple\_ts(x, plot=False)
```
A simple package for analyze and check time series stationarity.
*Parameters*
*x:* array\_like
The time series data.
*plot:* bool, default False
if true, plots the decomposition of the time series.
*Returns*
- original plot, trend plot, seasonal plot and resid plot for the time series: (optional)
- summary of Augmented Dickey-Fuller unit root test.
- summary of Kwiatkowski-Phillips-Schmidt-Shin test for stationarity.
- best ARIMA model for the time series
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
simple_ts-0.9.tar.gz
(2.3 kB
view details)
File details
Details for the file simple_ts-0.9.tar.gz
.
File metadata
- Download URL: simple_ts-0.9.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b3e86efc249c6bd9512f6bafc302ea132946be1f4cd17828023f9c93eb7fe2b2 |
|
MD5 | d9773212e0b1a4d8908ac1ca227b2f3e |
|
BLAKE2b-256 | 0a89dcd483208318b061f8007b82b1baaa06c078d8176aefb07c26a04f9533bf |