Metadata-Version: 2.1
Name: grey_model
Version: 0.0.3.6
Summary: 灰色系统包，目前只有一个功能，未来会有很多！
Home-page: http://math.halashuo.cn/
Author: Yiming Zeng
Author-email: romtance@163.com
License: UNKNOWN
Description: 
        Grey model
        ==========
        
        首先安装： ``pip install grey_model``
        
        然后简单调用
        
        ``import grey_model as gm``
        
        ``gm.window()``
        
        
        这个地址可以看到的运行的效果: `地址 <https://raw.githubusercontent.com/romtance/img/main/202303281221322.png>`_
        
        然后即可在图像窗口下进行简单的Gm(1,1)模型的操作，按照操作指引，可以进行GM
        plus ARIMA的修正模型。
        
        GM系列的模型我在未来进行更新，相信会是一年以后吧，尽情期待。
        
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
