A simple time series analysis package
Project description
simple_ts package
A simple package for analyze and check time series stationarity.
Installation
pip install simple_ts
Quick Start
import simplets
simplets.simple_ts(x, plot= True)
Parameters
x: array-like
The time series data.
plot: bool, default False
if true, plots the decomposition of the time series.
*Returns*
0riginal 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.1.tar.gz
(2.3 kB
view details)
File details
Details for the file simple_ts-0.9.1.tar.gz
.
File metadata
- Download URL: simple_ts-0.9.1.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 | f1dec3e3c3d3e55400e287b5773bd7462221866c7399c06e7ea410e5026b9380 |
|
MD5 | c0dc014bfa94e5411a0a4f6f66cf3ec3 |
|
BLAKE2b-256 | 863ceaea5db91944172ac68512025951338f164060650c70999f155092d97560 |