Skip to main content

Pyfrontier is a data envelopment analysis for Python user.

Project description

Pyfrontier: A data envelopment analysis module

Python License codecov

Install | Tutorial | Docs | Contribution

Pyfrontier is a data envelopment analysis for Python user. Our main motivation is to encourage more people to use DEA effectively and contribute to the development of DEA field.

Installation

This module is provided by PyPI.

pip install Pyfrontier

Tutorial

A brief example is provided below. For more information, please click here.

import numpy as np
from Pyfrontier.frontier_model import EnvelopeDEA

dea = EnvelopeDEA(frontier="CRS", orient="in")

dea.fit(inputs, outputs)
dea.result

Communication

References

We use ref.bib for tutorial. These are read by bibtexparser and automatically quoted and displayed at the specified location.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Pyfrontier-1.0.1.tar.gz (11.4 kB view hashes)

Uploaded Source

Built Distribution

Pyfrontier-1.0.1-py3-none-any.whl (15.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page