Metadata-Version: 2.1
Name: grey-model
Version: 0.0.3.9
Summary: 灰色系统包，目前只有一个功能，未来会有很多！
Home-page: http://math.halashuo.cn/
Author: Yiming Zeng
Author-email: romtance@163.com
License: UNKNOWN
Keywords: python,grey model,prediction
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown
Requires-Dist: statsmodels
Requires-Dist: matplotlib
Requires-Dist: pandas
Requires-Dist: numpy
Requires-Dist: pmdarima

# Grey model
<h1 align="center">
<img src="https://raw.githubusercontent.com/romtance/img/main/202303281221322.png" width="300">
</h1><br>

首先安装： `pip install grey_model`

然后简单调用
```python
import grey_model as gm
gm.window()
```

然后即可在图像窗口下进行简单的Gm(1,1)模型的操作，按照操作指引，可以进行GM plus ARIMA的修正模型。

GM系列的模型我在未来进行更新，相信会是一年以后吧，尽情期待。

