Provider: | ITTB |
---|---|
Version: | 1.0 |
This web service provides statistics about the criteria. It computes for every criterion the average value of criteria’s evaluations, the maximum value, the minimum value, the variance, the standard deviation as well as the median value.The criteria’s evaluations are supposed to be real or integer numeric values.
(For outputs, see below)
A list of criteria. Criteria can be activated or desactivated via the <active> tag (true or false). By default (no <active> tag), criteria are considered as active.
A list of alternatives. Alternatives can be activated or desactivated via the <active> tag (true or false). By default (no <active> tag), alternatives are considered as active.
Tag: alternatives
Code:
<alternatives>
<alternative id="..." [...]>
<type>real</type>
<active>true</active>
</alternative>
[...]
</alternatives>
A performance table. The evaluations should be only real or integer numeric values, i.e. <real> or <integer>.
Average values of criteria’s evaluations
Maximum values of criteria’s evaluations
Minimum values of criteria’s evaluations
Variance of criteria’s evaluations
Standard deviation of criteria’s evaluations
Median values of criteria’s evaluations
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.