Pith. sign in

REVIEW 3 major objections 5 minor 80 references

Conventional and Fuzzy Data Envelopment Analysis with deaR

T0 review · 3 major / 5 minor · reviewed 2026-08-07 · deepseek-v4-flash

Pith's one-line read This paper describes deaR, an R package for data envelopment analysis that implements a broad menu of conventional and fuzzy models and is claimed to be the only package offering the Kao-Liu, Guo-Tanaka, and possibilistic fuzzy DEA models.

desk verdict A thorough, honest software description that mostly delivers on its replication claims; one unresolved FDH discrepancy and an overstrong exclusivity claim need fixing, but the package is a real contribution. read the letter →

arxiv 2506.03766 v1 pith:NTMVDQI2 submitted 2025-06-04 econ.EM cs.MS

classification econ.EMcs.MS
keywords dataenvelopmentanalysisDEAsoftwareRpackagefuzzyKao-LiumodelGuo-TanakapossibilisticMalmquistproductivityindex
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

Data envelopment analysis (DEA) measures how efficiently each decision-making unit converts inputs into outputs relative to a best-practice frontier. This paper describes deaR, an R package that turns DEA into a three-step workflow — read data, run a model function, and extract scores and targets — and claims to cover most of the standard model menu, including radial and non-radial models, super-efficiency, cross-efficiency, Malmquist productivity indices, bootstrapping, and metafrontier analysis. Its distinctive claim is fuzzy coverage: deaR is the only package to date implementing the Kao-Liu, Guo-Tanaka, and possibilistic fuzzy models, which handle inputs and outputs known only imprecisely. The paper supports the implementations by reproducing published numerical results from more than 20 bundled datasets drawn from books and research papers. If the claims hold, a single package gives researchers and practitioners access to the full conventional-and-fuzzy DEA toolbox without switching software.

What carries the argument

The machinery is the S3 class pair deadata and deadata_fuzzy, which hold crisp or trapezoidal-fuzzy input and output matrices, together with the model functions that convert each DEA formulation into a linear program solved by an external LP solver. The result object of class dea stores all extracted quantities. Kao-Liu models work as metamodels: at each $\alpha$-cut they run a chosen crisp model under worst-case and best-case scenarios for each DMU, producing fuzzy efficiency scores. Guo-Tanaka and possibilistic models work at $h$-levels, respectively yielding triangular fuzzy scores and crisp scores per level, and each fuzzy family has its own visualization.

What would settle it

Run the input-oriented free disposal hull model on the bundled Supply_Chain dataset: deaR reports 0.98156 for DMU sc16 while the cited source reports 1, and a direct re-solve of that linear program would show which side is wrong; extending the same independent re-solve to all bundled datasets would test the paper's reproduction claim.

Watch

Extended reading notes

Core claim

The paper's central claim is that deaR provides a unified implementation of the DEA model landscape, covering both conventional and fuzzy models with a consistent interface and with special support for non-controllable, non-discretionary, and undesirable variables. It further claims that the fuzzy models Kao-Liu, Guo-Tanaka, and possibilistic are unique to deaR among current packages. The package is designed so that each model is a function that takes a data object, builds the corresponding linear program, solves it, and returns a result object from which efficiencies, lambdas, slacks, targets, and multipliers can be extracted. The paper presents numerical examples from classical datasets and treats agreement with published results as evidence that the implementations are correct, while also introducing graphical representations of efficiency frontiers, cross-efficiency matrices, and fuzzy efficiency scores.

Load-bearing premise

The package's correctness is judged by agreement with published results, so the central claim stands only if the source datasets are faithful and the published numbers they are benchmarked against are themselves correct.

Editorial extensions

If this is right

  • A non-expert R user can apply CCR, BCC, directional, SBM, additive, FDH, multiplier, cost/revenue/profit, super-efficiency, cross-efficiency, Malmquist, bootstrap, and metafrontier analyses from one package without switching software.
  • The Kao-Liu, Guo-Tanaka, and possibilistic fuzzy DEA models become available in a single reference implementation, filling a gap that the paper says no other package covers.
  • Bundled datasets allow users to reproduce published numerical results, making the package a practical check on the correctness of its implementations.
  • Special features such as non-controllable, non-discretionary, and undesirable inputs and outputs are handled within the same workflow, so studies with irregular data do not require separate software.
  • The package's graphical outputs, including reference graphs and cross-efficiency heat maps, give users a direct visual route to interpreting efficiency scores and frontier relationships.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • If the reproduction claims hold, the bundled datasets effectively become a public test suite: any future DEA implementation, in any language, could use the same inputs and published outputs to check numerical correctness.
  • The paper itself shows a discrepancy for DMU sc16 in the Supply_Chain dataset, where deaR returns 0.98156 and the cited source reports 1, so users should not assume every bundled dataset is error-free; a maintainer-added list of known discrepancies would make the package more transparent.
  • Because Kao-Liu is a metamodel that wraps any chosen conventional model, the package implicitly offers a general way to fuzzify all its crisp models, even though the paper demonstrates only a subset of possible combinations.
  • The uniform three-step workflow across crisp and fuzzy models suggests that deaR could serve as a teaching platform for fuzzy DEA, letting students compare fuzzy results against the corresponding crisp baseline with minimal code changes.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

3 major / 5 minor

Summary. The paper describes deaR, an R package on CRAN for conventional and fuzzy data envelopment analysis. It documents the data-reading workflow, radial and non-radial models, special variable types, super-efficiency, cross-efficiency, fuzzy models (Kao-Liu, Guo-Tanaka, and possibilistic), Malmquist indices, bootstrap procedures, and metafrontier analysis. The authors validate the implementation by reproducing published numerical results on roughly twenty bundled datasets and provide worked R examples with concrete output and plots.

Significance. If the implementation is correct, deaR is a practically valuable one-stop package for DEA in R, and its coverage of fuzzy models is a genuine differentiator. The paper's strengths are the breadth of models, the bundled datasets, and the many worked examples with concrete numerical output that match published sources. However, the central validation-by-replication strategy is weakened by an unresolved, explicitly reported discrepancy in the FDH example, and two further points in the SBM and Malmquist sections need attention before the paper's claims are fully supported.

major comments (3)
  1. [3.2] The FDH example on the Supply_Chain dataset reports an efficiency score of 0.98156 for DMU sc16, while Mamizadeh-Chatghayeh and Sanei (2013) report 1, and the text says only that this is 'contrary to the results shown' without saying which side is wrong. This is a concrete counterexample to the replication-based validation promised in Section 2.2, and the comparison is not fully specified because the paper does not state whether Supply_Chain is exactly the dataset used in the source or how the source computed its score. The authors should resolve the discrepancy by checking the source data and definition or by correcting the implementation, and they should either revise the reproduction claim or document the mismatch explicitly as a known limitation.
  2. [3.6] For SBM models with zero output data, the paper states that Tone's Case 2 is applied 'but taking 1/100 instead of 1/10.' This is an unexplained deviation from the cited Tone (2001) algorithm, and it changes the numerical scores whenever a zero output is present. The authors should justify the constant or re-run the benchmark against Tone's exact formulation and report the impact of the change.
  3. [8] The text around Eq. (41) attributes the index M^t_o = D^t(x^{t+1}, y^{t+1}) / D^t(x^t, y^t) to Ray and Desli (1997); that paper's VRS Malmquist index is usually written as a geometric mean of distance-function ratios, not as a single-period ratio. The subsequent 'rd' decomposition should be checked against the source. Either the formula needs correction or the description should clarify that the package implements the generalized Grifell-Tatjé and Lovell (1999) index under the label 'rd'.
minor comments (5)
  1. [2.2] The function name appears as 'make deadata' in the prose in several places; it should be 'make_deadata' for consistency with the code and with the rest of the paper.
  2. [2.3] The text refers to 'Table 2.3' for the list of model functions, while the printed caption is 'Table 1'; similarly, Section 8 refers to 'Table 8' when the caption says 'Table 4'. These cross-references should be corrected.
  3. [3.7] The profit-efficiency score is written as 'pyo - cxo / py* - cx*' without parentheses; the intended ratio should be typeset as (py_o - c x_o)/(p y^* - c x^*) so that the reader is not left to guess the order of operations.
  4. [3.1] The statement that epsilon = 1e-6 is 'too high' could be misleading; the issue is that a finite epsilon imposes additional constraints that may be infeasible for a particular dataset. The sentence should state that the threshold depends on the data scale.
  5. [Abstract] The claim that deaR is 'the only package to date' incorporating Kao-Liu, Guo-Tanaka, and possibilistic fuzzy models is an absolute statement that is not substantiated by a systematic comparison; a date-stamped survey or a softer formulation would make it verifiable.

Circularity Check

0 steps flagged · score 1.0 of 10

No circular derivation; the paper documents an R package and validates it against external benchmarks.

full rationale

The paper contains no claimed derivation from first principles. It presents standard DEA models with equations taken from the literature (Charnes-Cooper-Rhodes, Banker-Charnes-Cooper, Tone, Kao-Liu, Guo-Tanaka, León et al., etc.) and describes how deaR wraps lpSolve. Every reported numerical example is computed from a fixed linear program and checked against results published by other authors, such as Tone (2001), Tone (2002), Wu et al. (2011), Guo and Tanaka (2001), León et al. (2003), and Wang and Lan (2011). No parameter is fitted to the benchmark datasets and then used to predict the same benchmark; the models are deterministic and are not defined in terms of their outputs. The only self-citation, Coll-Serrano et al. (2022), is the CRAN package reference and is descriptive rather than load-bearing for any numerical claim. The FDH discrepancy in Section 3.2 (sc16 = 0.98156 versus 1 in Mamizadeh-Chatghayeh and Sanei (2013)) is an unresolved correctness or validation issue, but not a circularity: the paper explicitly reports the mismatch without redefining the model or fitting the contested result. Because no specific reduction of a claimed result to its own inputs can be exhibited, the circularity score is minimal.

Assumptions & free parameters 4 free parameters · 4 assumptions · 0 invented entities

This paper is a software manual, so the ledger records what the package's correctness depends on: standard DEA production-postulate assumptions, the reliability of the lpSolve library, the fidelity of bundled datasets to their cited sources, and the fuzzy-number semantics adopted from three cited papers. The free parameters are user-facing defaults and translation choices that demonstrably change scores.

free parameters (4)
  • non-Archimedean epsilon in multiplier models = default 0; example uses 1e-6 and yields NA for 2 of 15 DMUs
    Section 3.1: epsilon forces positive weights in multiplier forms; the paper warns that a too-high value alters results and causes infeasibilities, so scores depend on this user choice.
  • bootstrap bandwidth h = 0.014 default; alternatives h1-h4 computed from data
    Section 9: the bias-corrected scores and confidence intervals depend on the smoothing bandwidth, an implementation default the user can override.
  • SBM zero-output scaling constant = 1/100 (Tone's Case 2 uses 1/10)
    Section 3.6: for zero output data, the package substitutes 1/100 for Tone's 1/10 with no derivation, changing efficiency scores for such datasets.
  • translation vectors for undesirable variables = max + 1 per variable by default; user can override (e.g., 1500 in the Hua-Bian example)
    Section 4.3: the Seiford-Zhu transformation (22) requires translation constants; the paper notes translation invariance only holds under VRS, so orientation and translation choice jointly affect results.
assumptions (4)
  • domain assumption The production possibility sets and LP formulations from the cited literature correctly characterize efficiency in all models implemented.
    Sections 2-10 restate published models (CCR, BCC, FDH, SBM, Kao-Liu, Guo-Tanaka, possibilistic) without re-deriving them; the paper's correctness claim inherits the correctness of those sources.
  • domain assumption lpSolve returns optimal solutions for every generated linear or mixed-integer problem.
    Section 2.1 states deaR is a wrapper of lpSolve; the paper itself warns about ill-posed problems from disparate magnitudes (Hotels example) and infeasibilities from epsilon settings (Section 3.1).
  • domain assumption The bundled datasets faithfully reproduce the data used in the cited studies.
    Section 2.2 says datasets come from books and papers so users can reproduce published results; Section 3.2's sc16 contradiction with Mamizadeh-Chatghayeh and Sanei (2013) shows this premise can fail silently.
  • domain assumption Fuzzy efficiency is what the three cited models define it to be.
    Section 7 adopts Kao-Liu alpha-cut worst/best decomposition, Guo-Tanaka h-level fuzzy multipliers, and Leon et al. possibilistic radial models as the package's fuzzy semantics; the paper offers no independent justification that these represent data uncertainty correctly.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Conventional and Fuzzy Data Envelopment Analysis with deaR." pith.science (2026). https://pith.science/paper/NTMVDQI2

@misc{pith2026250603766,
  author       = {Pith},
  title        = {Pith review of: Conventional and Fuzzy Data Envelopment Analysis with deaR},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/NTMVDQI2}},
  note         = {Machine review of arXiv:2506.03766}
}
read the original abstract

deaR is a recently developed R package for data envelopment analysis (DEA) that implements a large number of conventional and fuzzy models, along with super-efficiency models, cross-efficiency analysis, Malmquist index, bootstrapping, and metafrontier analysis. It should be noted that deaR is the only package to date that incorporates Kao-Liu, Guo-Tanaka and possibilistic fuzzy models. The versatility of the package allows the user to work with different returns to scale and orientations, as well as to consider special features, namely non-controllable, non-discretionary or undesirable variables. Moreover, it includes novel graphical representations that can help the user to display the results. This paper is a comprehensive description of deaR, reviewing all implemented models and giving examples of use.

Figures

Figures reproduced from arXiv: 2506.03766 by the authors.

Figure 1
Figure 1. deaR workflow. From raw data, we construct the corresponding linear program￾ming models which are solved with lpSolve. Finally, parameters of interest are extracted from the solution. 3 Itochu 65708.9 4271.1 7182 169164.6 121.2 4 General Motors 217123.4 23345.5 709000 168828.6 6880.7 5 Sumitomo 50268.9 6681.0 6193 167530.7 210.5 6 Marubeni 71439.3 5239.1 6702 161057.4 156.6 In this standard DEA dataset, the first co… view at source ↗
Figure 2
Figure 2. Plots returned by plot(ccrFortune). In the last plot, efficient DMUs are repre￾sented by green circles and inefficient DMUs by red circles. In each inefficient DMU, there are arrows pointing to the DMUs of its corresponding reference set. Moreover, the size of the circle of an efficient DMU depends on the relevance of this DMU in the reference sets. 10 [PITH_FULL_IMAGE:figures/full_fig_p010_2.png] view at source ↗
Figure 3
Figure 3. Plots of the cross-efficiency matrices E from aggressive and benevolent formulations of method II, returned by plot(crossGolany). R> dataLim <- make_deadata(Lim_Zhu_2015, ni = 1, no = 5) R> crossLim <- cross_efficiency(dataLim, rts = "vrs", correction = TRUE) R> head(crossLim$Arbitrary$e) Project_1 Project_2 Project_3 Project_4 Project_5 Project_6 0.7073056 0.6138268 0.1847451 0.4605659 0.4957667 0.5759273 R> head(c… view at source ↗
Figures from the paper (6 more)
Figure 4
Figure 4. Figure 4: Types of fuzzy numbers considered in package [PITH_FULL_IMAGE:figures/full_fig_p025_4.png]
Figure 5
Figure 5. Figure 5: Structure of the field alphacut. Inside of each field DMU1, DMU2, . . . are stored efficiency scores, lambdas, slacks, targets, multipliers and other results of the submodel. One of the difficulties about fuzzy efficiency models is the representation of the efficiency …
Figure 6
Figure 6. Figure 6: Fuzzy efficiency scores obtained with Kao-Liu model. For each DMU, the fuzzy [PITH_FULL_IMAGE:figures/full_fig_p028_6.png]
Figure 7
Figure 7. Figure 7: Fuzzy efficiency scores obtained with Guo-Tanaka model. For each DMU and [PITH_FULL_IMAGE:figures/full_fig_p029_7.png]
Figure 8
Figure 8. Figure 8: Efficiency scores obtained with possibilistic model. For each DMU and each [PITH_FULL_IMAGE:figures/full_fig_p030_8.png]
Figure 9
Figure 9. Figure 9: Non-parametric metafrontier analysis. The efficient frontiers of each group [PITH_FULL_IMAGE:figures/full_fig_p035_9.png]

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

80 extracted references · 65 canonical work pages

  1. [1]

    I. C. Alvarez, J. Barbero, and J. L. Zofío. A data envelopment analysis toolbox for MATLAB . Journal of Statistical Software, 95 0 (3): 0 1–49, 2020. doi:10.18637/jss.v095.i03

  2. [2]

    Andersen and N

    P. Andersen and N. C. Petersen. A procedure for ranking efficient units in data envelopment analysis. Management Science, 39 0 (10): 0 1261--1264, 1993. doi:10.1287/mnsc.39.10.1261

  3. [3]

    Aparicio, J

    J. Aparicio, J. L. Ruiz, and I. Sirvent. Closest targets and minimum distance to the pareto-efficient frontier in DEA . Journal of Productivity Analysis, 28 0 (3): 0 209--218, 2007. doi:10.1007/s11123-007-0039-5

  4. [4]

    R. D. Banker, A. Charnes, and W. W. Cooper. Some models for estimating technical and scale inefficiencies in data envelopment analysis. Management Science, 30 0 (9): 0 1078--1092, 1984. doi:10.1287/mnsc.30.9.1078

  5. [5]

    G. E. Battese and D. S. P. Rao. Technology gap, efficiency, and a stochastic metafrontier function. International Journal of Business and Economics, 1 0 (2): 0 87--93, 2002. ISSN 1607-0704

  6. [6]

    G. E. Battese, D. S. P. Rao, and C. J. O'Donnell. A metafrontier production function for estimation of technical efficiencies and technology gaps for firms operating under different technologies. Journal of Productivity Analysis, 21 0 (1): 0 91--103, 2004. doi:10.1023/B:PROD.0000012454.06094.29

  7. [7]

    Berkelaar and others

    M. Berkelaar and others . lpSolve: Interface to 'Lp\_solve' v. 5.5 to Solve Linear/Integer Programs , 2020. URL https://CRAN.R-project.org/package=lpSolve. R package version 5.6.15

  8. [8]

    Bogetoft and L

    P. Bogetoft and L. Otto. Benchmarking with DEA , SFA , and R , volume 157 of International Series in Operations Research & Management Science . Springer New York, NY, 2011. ISBN 978-1-4419-7960-5. doi:10.1007/978-1-4419-7961-2

Show all 80 references
  1. [9]

    Bogetoft and L

    P. Bogetoft and L. Otto. Benchmarking with DEA and SFA , 2022. URL https://CRAN.R-project.org/package=Benchmarking. R package version 0.30

  2. [10]

    W. Briec. A graph-type extension of Farrell technical efficiency measure. Journal of Productivity Analysis, 8 0 (1): 0 95--110, 1997. doi:10.1023/A:1007728515733

  3. [11]

    R. G. Chambers, Y. Chung, and R. Färe. Benefit and distance functions. Journal of Economic Theory, 70 0 (2): 0 407--419, 1996. doi:10.1006/jeth.1996.0096

  4. [12]

    R. G. Chambers, Y. Chung, and R. F \" a re. Profit, directional distance functions, and nerlovian efficiency. Journal of Optimization Theory and Applications, 98 0 (2): 0 351--364, 1998. doi:10.1023/A:1022637501082

  5. [13]

    Charnes and W

    A. Charnes and W. W. Cooper. Programming with linear fractional functionals. Naval Research Logistics Quarterly, 9 0 (3-4): 0 181--186, 1962. doi:10.1002/nav.3800090303

  6. [14]

    Charnes, W

    A. Charnes, W. Cooper, and E. Rhodes. Measuring the efficiency of decision making units. European Journal of Operational Research, 2 0 (6): 0 429--444, 1978. doi:10.1016/0377-2217(78)90138-8

  7. [15]

    Charnes, W

    A. Charnes, W. Cooper, and E. Rhodes. Short communication: Measuring the efficiency of decision making units. European Journal of Operational Research, 3 0 (4): 0 339, 1979. doi:10.1016/0377-2217(79)90229-7

  8. [16]

    Charnes, W

    A. Charnes, W. W. Cooper, and E. Rhodes. Evaluating program and managerial efficiency: an application of data envelopment analysis to program follow through. Management Science, 27 0 (6): 0 668--697, 1981. doi:10.1287/mnsc.27.6.668

  9. [17]

    Charnes, W

    A. Charnes, W. Cooper, B. Golany, L. Seiford, and J. Stutz. Foundations of data envelopment analysis for Pareto-Koopmans efficient empirical production functions. Journal of Econometrics, 30 0 (1-2): 0 91--107, 1985. doi:10.1016/0304-4076(85)90133-2

  10. [18]

    Charnes, W

    A. Charnes, W. Cooper, and T. R.M. A structure for classifying and characterizing efficiency and inefficiency in data envelopment analysis. Journal of Productivity Analisys, 2: 0 197--237, 1991. doi:10.1007/BF00159732

  11. [19]

    Cherchye, T

    L. Cherchye, T. Kousmanen, and T. Post. What is the economic meaning of FDH ? A reply to Thrall . Journal of Productivity Analysis, 13 0 (3): 0 263--267, 2000. doi:10.1023/A:1007827126369

  12. [20]

    T. J. Coelli. A Guide to DEAP Version 2.1: A Data Envelopment Analysis (Computer) Program . CEPA Working Paper 96/08, University of New England, Armidale, 1996

  13. [21]

    T. J. Coelli, D. S. P. Rao, C. J. O'Donell, and G. E. Battese. An Introduction to Efficiency and Productivity Analysis. Springer, Boston, MA, 2005. ISBN 978-0-387-24265-1. doi:10.1007/b136381

  14. [22]

    Coll-Serrano, V

    V. Coll-Serrano, V. J. Bol\'os, and R. Ben\' tez Su\'arez . deaR: Conventional and Fuzzy Data Envelopment Analysis , 2022. URL https://CRAN.R-project.org/package=deaR. R package version 1.3.2

  15. [23]

    W. D. Cook and J. Zhu. DEA Cross Efficiency, pages 23--43. Springer US, Boston, MA, 2015. ISBN 978-1-4899-7553-9. doi:10.1007/978-1-4899-7553-9_2

  16. [24]

    W. D. Cook, L. Liang, and J. Zhu. Measuring performance of two-stage network structures by DEA : A review and future perspective. Omega, 38 0 (6): 0 423--430, 2010. doi:10.1016/j.omega.2009.12.001

  17. [25]

    W. W. Cooper, K. S. Park, and J. T. Pastor. RAM : A range adjusted measure of inefficiency for use with additive models, and relations to other models and measures in DEA . Journal of Productivity Analysis, 11 0 (1): 0 5--42, 1999. doi:10.1023/A:1007701304281

  18. [26]

    W. W. Cooper, K. S. Park, and J. T. Pastor. The range adjusted measure ( RAM ) in DEA : A response to the comment by Steinmann and Zweifel . Journal of Productivity Analysis, 15 0 (2): 0 145--152, 2001. doi:10.1023/A:1007882606735

  19. [27]

    W. W. Cooper, L. M. Seiford, and K. Tone. Data Envelopment Analysis. A Comprehensive Text with Models, Applications, References and DEA -Solver Software . Springer, 2nd edition, 2007. ISBN 9780387452814. doi:10.1007/978-0-387-45283-8

  20. [28]

    W. W. Cooper, J. T. Pastor, F. Borras, J. Aparicio, and D. Pastor. BAM : A bounded adjusted measure of efficiency for use with bounded additive models. Journal of Productivity Analysis, 35 0 (2): 0 85--94, 2011. doi:10.1007/s11123-010-0190-2

  21. [29]

    Daraio and L

    C. Daraio and L. Simar. Advanced Robust and Nonparametric Methods in Efficiency Analysis. Springer US, 2007. ISBN 978-0-387-35155-1. doi:10.1007/978-0-387-35231-2

  22. [30]

    Daraio, K

    C. Daraio, K. H. Kerstens, T. C. C. Nepomuceno, and R. Sickles. Productivity and efficiency analysis software: An exploratory bibliographical survey of the options. Journal of Economic Surveys, 33 0 (1): 0 85--100, 2019. doi:10.1111/joes.12270

  23. [31]

    Deprins, L

    D. Deprins, L. Simar, and H. Tulkens. Measuring Labor-Efficiency in Post Offices, pages 285--309. Springer US, Boston, MA, 2006. ISBN 978-0-387-25534-7. doi:10.1007/978-0-387-25534-7_16

  24. [32]

    Doyle and R

    J. Doyle and R. Green. Efficiency and cross-efficiency in DEA : Derivations, meanings and uses. Journal of the Operational Research Society, 45 0 (5): 0 567--578, 1994. doi:10.1057/jors.1994.84

  25. [33]

    J. Du, L. Liang, and J. Zhu. A slacks-based measure of super-efficiency in data envelopment analysis: A comment. European Journal of Operational Research, 204 0 (3): 0 694--697, 2010. doi:10.1016/J.EJOR.2009.12.007

  26. [34]

    Emrouznejad and E

    A. Emrouznejad and E. Thanassoulis. A mathematical model for dynamic efficiency using data envelopment analysis. Applied Mathematics and Computation, 160 0 (2): 0 363--378, 2005. doi:10.1016/j.amc.2003.09.026

  27. [35]

    Emrouznejad and G.-L

    A. Emrouznejad and G.-L. Yang. A survey and analysis of the first 40 years of scholarly literature in DEA : 1978–2016. Socio-Economic Planning Sciences, 61: 0 4--8, 2018. doi:10.1016/j.seps.2017.01.008

  28. [36]

    Emrouznejad, M

    A. Emrouznejad, M. Tavana, and A. Hatami-Marbini. The State of the Art in Fuzzy Data Envelopment Analysis, pages 1--45. Springer Berlin Heidelberg, Berlin, Heidelberg, 2014. ISBN 978-3-642-41372-8. doi:10.1007/978-3-642-41372-8_1

  29. [37]

    F \"a re and S

    R. F \"a re and S. Grosskopf. Modeling undesirable factors in efficiency evaluation: Comment. European Journal of Operational Research, 157 0 (1): 0 242--245, 2004. doi:10.1016/S0377-2217(03)00191-7

  30. [38]

    F \"a re and C

    R. F \"a re and C. A. Knox Lovell . Measuring the technical efficiency of production. Journal of Economic Theory, 19 0 (1): 0 150--162, 1978. doi:10.1016/0022-0531(78)90060-1

  31. [39]

    F \"a re, S

    R. F \"a re, S. Grosskopf, M. Norris, and Z. Zhang. Productivity growth, technical progress, and efficiency change in industrialized countries. The American Economic Review, 84 0 (1): 0 66--83, 1994. URL http://www.jstor.org/stable/2117971

  32. [40]

    F \"a re, E

    R. F \"a re, E. Grifell-Tatj\'e, S. Grosskopf, and C. A. Knox Lovell. Biased technical change and the Malmquist productivity index. The Scandinavian Journal of Economics, 99 0 (1): 0 119--127, 1997. doi:10.1111/1467-9442.00051

  33. [41]

    F \"a re, S

    R. F \"a re, S. Grosskopf, and P. Roos. Malmquist Productivity Indexes: A Survey of Theory and Practice, pages 127--190. Springer Netherlands, Dordrecht, 1998. ISBN 978-94-011-4858-0. doi:10.1007/978-94-011-4858-0_4

  34. [42]

    Golany and Y

    B. Golany and Y. Roll. An application procedure for DEA . Omega, 17 0 (3): 0 237--250, 1989. doi:10.1016/0305-0483(89)90029-7

  35. [43]

    Grifell-Tatj \' e and C

    E. Grifell-Tatj \' e and C. A. K. Lovell. A generalized Malmquist productivity index. Top, 7 0 (1): 0 81--101, 1999. doi:10.1007/BF02564713

  36. [44]

    Guo and H

    P. Guo and H. Tanaka. Fuzzy DEA : A perceptual evaluation method. Fuzzy Sets and Systems, 119 0 (1): 0 149--160, 2001. doi:10.1016/S0165-0114(99)00106-2

  37. [45]

    Hatami-Marbini, A

    A. Hatami-Marbini, A. Emrouznejad, and M. Tavana. A taxonomy and review of the fuzzy data envelopment analysis literature: Two decades in the making. European Journal of Operational Research, 214 0 (3): 0 457--472, 2011. doi:10.1016/j.ejor.2011.02.001

  38. [47]

    C. Kao. Dynamic data envelopment analysis: A relational analysis. European Journal of Operational Research, 227 0 (2): 0 325--330, 2013. doi:10.1016/j.ejor.2012.12.012

  39. [48]

    Kao and S.-T

    C. Kao and S.-T. Liu. Fuzzy efficiency measures in data envelopment analysis. Fuzzy Sets and Systems, 113 0 (3): 0 427--437, 2000 a . doi:10.1016/S0165-0114(98)00137-7

  40. [49]

    Kao and S.-T

    C. Kao and S.-T. Liu. Data envelopment analysis with missing data: An application to university libraries in Taiwan . Journal of the Operational Research Society, 51 0 (8): 0 897--905, 2000 b . doi:10.1057/palgrave.jors.2600056

  41. [50]

    Kao and S

    C. Kao and S. T. Liu. A mathematical programming approach to fuzzy efficiency ranking. International Journal of Production Economics, 86 0 (2): 0 145--154, 2003. doi:10.1016/S0925-5273(03)00026-4

  42. [51]

    Knox Lovell and J

    C. Knox Lovell and J. T. Pastor. Units invariant and translation invariant DEA models. Operations Research Letters, 18 0 (3): 0 147--151, 1995. doi:10.1016/0167-6377(95)00044-5

  43. [52]

    Le \' o n, V

    T. Le \' o n, V. Liern, J. L. Ruiz, and I. Sirvent. A fuzzy mathematical programming approach to the assessment of efficiency with DEA models. Fuzzy Sets and Systems, 139 0 (2): 0 407--419, 2003. doi:10.1016/S0165-0114(02)00608-5

  44. [53]

    D.-J. Lim. DJL: Distance Measure Based Judgment and Learning , 2022. URL https://CRAN.R-project.org/package=DJL. R package version 3.8

  45. [54]

    Lim and J

    S. Lim and J. Zhu. DEA Cross Efficiency Under Variable Returns to Scale, pages 45--66. Springer US, Boston, MA, 2015 a . ISBN 978-1-4899-7553-9. doi:10.1007/978-1-4899-7553-9_3

  46. [55]

    Lim and J

    S. Lim and J. Zhu. DEA cross-efficiency evaluation under variable returns to scale. Journal of the Operational Research Society, 66 0 (3): 0 476--487, 2015 b . doi:10.1057/jors.2014.13

  47. [56]

    Mamizadeh-Chatghayeh and M

    S. Mamizadeh-Chatghayeh and M. Sanei. Using free disposal hull models in supply chain management. International Journal of Mathematical Modelling & Computations , 3 0 (2): 0 125--129, 2013. URL http://ijm2c.iauctb.ac.ir/article_521826.html

  48. [57]

    Oh and with Dukrok Suh

    D.-H. Oh and with Dukrok Suh. nonparaeff: Nonparametric Methods for Measuring Efficiency and Productivity , 2013. URL https://CRAN.R-project.org/package=nonparaeff. R package version 0.5-8

  49. [58]

    O. B. Olesen and N. C. Petersen. Stochastic data envelopment analysis—a review. European Journal of Operational Research, 251 0 (1): 0 2--21, 2016. doi:10.1016/j.ejor.2015.07.058

  50. [59]

    J. T. Pastor and C. K. Lovell. A global Malmquist productivity index. Economics Letters, 88 0 (2): 0 266--271, 2005. doi:10.1016/j.econlet.2005.02.013

  51. [60]

    M. C. A. S. Portela, E. Thanassoulis, and G. Simpson. Negative data in DEA : A directional distance approach applied to bank branches. Journal of the Operational Research Society, 55 0 (10): 0 1111--1121, 2004. doi:10.1057/palgrave.jors.2601768

  52. [61]

    S. C. Ray and E. Desli. Productivity growth, technical progress, and efficiency change in industrialized countries: Comment. The American Economic Review, 87 0 (5): 0 1033--1039, 1997. URL http://www.jstor.org/stable/2951340

  53. [62]

    Ruggiero

    J. Ruggiero. Non-discretionary inputs. In Modeling Data Irregularities and Structural Complexities in Data Envelopment Analysis, pages 85--101. Springer US, Boston, MA, 2007. ISBN 9780387716060. doi:10.1007/978-0-387-71607-7\_5

  54. [63]

    L. M. Seiford and J. Zhu. Modeling undesirable factors in efficiency evaluation. European Journal of Operational Research, 142 0 (1): 0 16--20, 2002. doi:10.1016/S0377-2217(01)00293-4

  55. [64]

    Shestalova

    V. Shestalova. Sequential Malmquist indices of productivity growth: An application to OECD industrial activities. Journal of Productivity Analysis, 19 0 (2): 0 211--226, 2003. doi:10.1023/A:1022857501478

  56. [65]

    B. W. Silverman. Density Estimation for Statistics and Data Analysis. Routledge, 1998. ISBN 9781315140919. doi:10.1201/9781315140919

  57. [66]

    Simar and P

    L. Simar and P. W. Wilson. Sensitivity analysis of efficiency scores: How to bootstrap in nonparametric frontier models. Management Science, 44 0 (1): 0 49--61, 1998. doi:10.1287/mnsc.44.1.49

  58. [67]

    Simar and P

    L. Simar and P. W. Wilson. Estimation and inference in two-stage, semi-parametric models of production processes. Journal of Econometrics, 136 0 (1): 0 31--64, 2007. doi:10.1016/j.jeconom.2005.07.009

  59. [68]

    Simm and G

    J. Simm and G. Besstremyannaya. rDEA: Robust Data Envelopment Analysis ( DEA ) for R , 2020. URL https://CRAN.R-project.org/package=rDEA. R package version 1.2-6

  60. [69]

    A. D. Soteriades. additiveDEA: Additive Data Envelopment Analysis Models , 2017. URL https://CRAN.R-project.org/package=additiveDEA. R package version 1.1

  61. [70]

    R. M. Thrall. What is the economic meaning of FDH ? Journal of Productivity Analysis, 11 0 (3): 0 243--250, 1999. doi:10.1023/A:1007742104524

  62. [71]

    Tiedemann, T

    T. Tiedemann, T. Francksen, and U. Latacz-Lohmann. Assessing the performance of German Bundesliga football players: A non-parametric metafrontier approach. Central European Journal of Operations Research, 19 0 (4): 0 571--587, 2011. doi:10.1007/s10100-010-0146-7

  63. [72]

    K. Tone. A slacks-based measure of efficiency in data envelopment analysis. European Journal of Operational Research, 130 0 (3): 0 498--509, 2001. doi:10.1016/S0377-2217(99)00407-5

  64. [73]

    K. Tone. A slacks-based measure of super-efficiency in data envelopment analysis. European Journal of Operational Research, 143 0 (1): 0 32--41, 2002. doi:10.1016/S0377-2217(01)00324-1

  65. [74]

    K. Tone. Dealing with undesirable outputs in DEA : A slacks-based measure ( SBM ) approach. GRIPS Research Report Series , 2003

  66. [75]

    K. Tone. Variations on the theme of slacks-based measure of efficiency in DEA . European Journal of Operational Research, 200 0 (3): 0 901--907, 2010. doi:10.1016/j.ejor.2009.01.027

  67. [76]

    K. Tone. Dealing with desirable inputs in data envelopment analysis: A slacks-based measure approach. American Journal of Operations Management and Information Systems, 6 0 (4): 0 67--74, 2021. doi:10.11648/j.ajomis.20210604.11

  68. [77]

    Y. M. Wang and Y. X. Lan. Measuring Malmquist productivity index: A new approach based on double frontiers data envelopment analysis. Mathematical and Computer Modelling, 54 0 (11-12): 0 2760--2771, 2011. doi:10.1016/j.mcm.2011.06.064

  69. [78]

    P. W. Wilson. FEAR: A software package for frontier efficiency analysis with R . Socio-Economic Planning Sciences, 42 0 (4): 0 247--254, 2008. doi:10.1016/j.seps.2007.02.001

  70. [79]

    J. Wu, H. Tsai, and Z. Zhou. Improving efficiency in international tourist hotels in Taipei using a non-radial DEA model. International Journal of Contemporary Hospitality Management, 23 0 (1): 0 66--83, 2011. doi:10.1108/09596111111101670

  71. [81]

    J. Zhu. Quantitative Models for Performance Evaluation and Benchmarking, volume 213 of International Series in Operations Research & Management Science . Springer Cham, 2014. ISBN 978-3-319-06646-2. doi:10.1007/978-3-319-06647-9

  72. [82]

    Q. Zhu, J. Wu, X. Ji, and F. Li. A simple milp to determine closest targets in non-oriented dea model satisfying strong monotonicity. Omega, 79: 0 1--8, 2018. doi:10.1057/jors.1996.12

Pith tools

Reviewed August 7, 2026 · model on record in the stance chip above.