advancehs / pyStoNED2

A Python Package for Stochastic Nonparametric Envelopment of Data

Home Page:https://pystoned.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[pyStoNED2]

pyStoNED2 is a Python package that provides functions for estimating multivariate convex regression, convex quantile regression, convex expectile regression, isotonic regression, stochastic nonparametric envelopment of data, and related methods. It also facilitates efficiency measurement using the conventional data envelopement analysis (DEA) and free disposable hull (FDH) approaches. The pyStoNED2 package allows practitioners to estimate these models in an open access environment under a GPL-3.0 License.

Installation

The pyStoNED2 package is now avaiable on PyPI and the latest development version can be installed from the Github repository pyStoNED2. Please feel free to download and test it. We welcome any bug reports and feedback.

PyPI

pip install pystoned

GitHub

pip install -U git+https://github.com/advancehs/pyStoNED2

Contribute

  • 在tests添加相应的单元测试
  • 使用python -m pytest来运行所有单元测试,确保所有单测都是通过的

About

A Python Package for Stochastic Nonparametric Envelopment of Data

https://pystoned.readthedocs.io

License:GNU General Public License v3.0


Languages

Language:Jupyter Notebook 87.5%Language:Python 12.5%