BenchmarkingEconomicEfficiency.jl

BenchmarkingEconomicEfficiency.jl is a Julia package that provides functions for economic efficiency using Data Envelopment Analysis (DEA). The package is an extension of the DataEnvelopmentAnalysis.jl package.

The package is being developed for Julia 1.0 and above on Linux, macOS, and Windows.

The packes uses internally the JuMP modelling language for mathematicall optimization with solvers GLPK and Ipopt.

Installation

The package can be installed with the Julia package manager:

julia> using Pkg; Pkg.add("BenchmarkingEconomicEfficiency")

Tutorial

For a tutorial on how to use the package, check the documentation on the Cost Directional Distance Function model.

Available models

Profit DEA models:

Profitability DEA models:

Cost DEA models:

Revenue DEA models:

Authors

BenchmarkingEconomicEfficiency.jl is being developed by Javier Barbero and José Luís Zofío.