Data Envelopment Analysis

<aside> 💡 A non-parametric mathematical method to find the production frontier.

</aside>

DEA Logic

Efficiency

$$ \frac{\text{Weighted Output}}{\text{Weighted Input}} $$

For a particular DMU k, the efficiency is:

$$ E_k = \frac{y_{1k}o_{1k}+y_{2k}o_{2k}+..+y_{Mk}o_{Mk}}{x_{1k}o_{1k}+x_{2k}o_{2k}+..+x_{Nk}o_{Nk}} $$

Optimisation Problem

$$ \text{Max } E_k \\ \text{subject to } E_k ≤ 1, k = 1,2,..,k \\ \text{Decision variables: } x_{ik}, y_{jk} ≥ 0, \forall i, \forall j $$