Metadata-Version: 2.1
Name: py_ssa_lib
Version: 1.0.1
Summary: "This package implements MSSA and SSA in Python"
Home-page: https://github.com/K-Ibadullaev/py_ssa
Author: Konstantin Ibadullaev
License: GPL-3.0-or-later
Requires-Python: >=3.10.0
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# PY_SSA_LIB PACKAGE
This package contains python implementations of the  **Singular Spectrum Analysis(SSA)** and **Multichannel Singular Spectrum Analysis(MSSA)**. One can use them for the time series analysis and forecasting.

## Installation
```shell
$ python -m pip install py-ssa-lib
```
