Metadata-Version: 2.1
Name: pysfa
Version: 0.2
Summary: A Python Package for Stochastic Frontier Analysis
Home-page: https://github.com/gEAPA/pySFA
Download-URL: https://pypi.org/project/pysfa/
Author: Sheng Dai
Author-email: sheng.dai@utu.fi
License: MIT
Keywords: SFA,MLE,TE
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy (>=1.19.2)
Requires-Dist: scipy (>=1.5.2)
Requires-Dist: scikit-learn (>=1.2.2)

# Stochastic Frontier Analysis (SFA)


## Installation

The [`pySFA`](https://pypi.org/project/pysfa/) package is now avaiable on PyPI and the latest development version can be installed from the Github repository [`pySFA`](https://github.com/gEAPA/pySFA). Please feel free to download and test it. We welcome any bug reports and feedback.

#### PyPI [![PyPI version](https://img.shields.io/pypi/v/pysfa.svg?maxAge=3600)](https://pypi.org/project/pysfa/)[![PyPI downloads](https://img.shields.io/pypi/dm/pysfa.svg?maxAge=21600)](https://pypistats.org/packages/pysfa)

    pip install pysfa

#### GitHub

    pip install -U git+https://github.com/gEAPA/pySFA
