Provider: | PUT |
---|---|
Version: | 1.0 |
Computes efficiency scores for the given DMUs (alternatives) using Additive Data Envelopment Analysis Model with imprecise information.
(For outputs, see below)
A list of alternatives (DMUs).
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).
Tag: criteria
Code:
<criteria>
<criterion>
<scale>
[...]
</scale>
[...]
</criterion>
[...]
</criteria>
A list of alternatives (DMUs) minimal performances (or exact performances if intervals should be created by tolerance).
Tag: performanceTable
Code:
<performanceTable>
<alternativePerformances>
<alternativeID> [...] </alternativeID>
<performance>
<criterionID>
[...]
</criterionID>
<value>[...]</value>
</performance>
[...]
</alternativePerformances>
[...]
</performanceTable>
Optional: yes, enabled by default
A list of alternatives (DMUs) maximal 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>
Tag: methodParameters
Code:
<methodParameters>
<parameter id="tolerance">
<value><real>%1</real></value>
</parameter>
<parameter id="transformToUtilities">
<value><boolean>%2</boolean></value>
</parameter>
<parameter id="boundariesProvided">
<value><boolean>%3</boolean></value>
</parameter>
<parameter id="functionShapeProvided">
<value><boolean>%4</boolean></value>
</parameter>
</methodParameters>
A list of alternatives with computed minimum efficiency scores.
Tag: alternativesValues
Code:
<alternativesValues>
<alternativeValue>
<alternativeID> [...] </alternativeID>
<values>
<value>
[...]
</value>
</values>
</alternativeValue>
[...]
</alternativesValues>
A list of alternatives with computed maximum efficiency scores.
Tag: alternativesValues
Code:
<alternativesValues>
<alternativeValue>
<alternativeID> [...] </alternativeID>
<values>
<value>
[...]
</value>
</values>
</alternativeValue>
[...]
</alternativesValues>
A list of alternatives with computed minimal distance to efficienct frontier.
Tag: alternativesValues
Code:
<alternativesValues">
<alternativeValue>
<alternativeID> [...] </alternativeID>
<values>
<value>
[...]
</value>
</values>
</alternativeValue>
[...]
</alternativesValues>
A list of alternatives with computed maximal distrance fo efficient frontier.
Tag: alternativesValues
Code:
<alternativesValues>
<alternativeValue>
<alternativeID> [...] </alternativeID>
<values>
<value>
[...]
</value>
</values>
</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.