Metadata-Version: 2.1
Name: diebold-mariano-test
Version: 0.0.1
Summary: Diebold Mariano test
Home-page: https://github.com/echosun1996/DieboldMarianoTest
Author: echosun
Author-email: echosun1996@126.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.5
Description-Content-Type: text/markdown
Requires-Dist: scipy (>=1.4.1)

# Diebold Mariano Test 工具包

![Python package](https://github.com/echosun1996/DieboldMarianoTest/workflows/Python%20package/badge.svg)
![PyPI version](https://badge.fury.io/py/diebold-mariano-test.svg)
![Python](https://img.shields.io/pypi/pyversions/diebold-mariano-test.svg?style=plastic)

## 特点
通过DM检验的结果，可以判别任意两类算法的预测结果是否存在差异性。

## 安装

```bash
pip install diebold-mariano-test
```

## 更新

```bash
pip install --upgrade diebold-mariano-test
```

## 使用说明

```bash
import diebold_mariano_test
``` 

## 说明

项目发布于PyPI：[单击访问](https://pypi.org/project/diebold-mariano-test/) 

本模块尚不完善，有任何相关问题或建议，欢迎在本项目的github页面中提交issue: [单击访问](https://github.com/echosun1996/DieboldMarianoTest)

# License
GNU General Public License v3.0

