Provider: | PUT |
---|---|
Version: | 1.0 |
Computes cross efficiency scores for the given DMUs (alternatives) using CCR Data Envelopment Analysis Model.
(For outputs, see below)
A list of criteria with specified preference direction. List has to contains at least one criterion that will be minimized (input) and at least one criterion that will be maximized (output).
A list of alternatives (DMUs).
Tag: alternatives
Code:
<alternatives>
<alternative>
[...]
</alternative>
[...]
</alternatives>
A list of alternatives (DMUs) performances.
Tag: performanceTable
Code:
<performanceTable>
<alternativePerformances>
<alternativeID>[...]</alternativeID>
<performance>
<criterionID>
[...]
</criterionID>
<value>[...]</value>
</performance>
[...]
</alternativePerformances>
[...]
</performanceTable>
Optional: yes, disabled by default
A list of criteria linear constraints.
Tag: criteriaLinearConstraints
Code:
<criteriaLinearConstraints>
<constraint>
<element>
<criterionID>[...]</criterionID>
<coefficient>
[...]
</coefficient>
</element>
[...]
<operator>[...]</operator>
<rhs>
[...]
</rhs>
</constraint>
[...]
</criteriaLinearConstraints>
There is one possible method parameter – “type”. It indicates model formulation for cross efficiency evaluation – aggressive or benevolent.
Tag: methodParameters
Code:
<methodParameters>
<parameter name="type">
<value><label>%1</label></value>
</parameter>
</methodParameters>
A list of alternatives with computed cross efficiency scores.
Tag: alternativesValues
Code:
<alternativesValues mcdaConcept="crossEfficiency">
<alternativeValue>
<alternativeID>[...]</alternativeID>
<value>
[...]
</value>
</alternativeValue>
[...]
</alternativesValues>
A list of messages generated by the algorithm.
For further technical details on the web service underlying this program, have a look at its documentation here.