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.
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.
pip install pystoned
pip install -U git+https://github.com/advancehs/pyStoNED2
- 在tests添加相应的单元测试
- 使用python -m pytest来运行所有单元测试,确保所有单测都是通过的