thresholdsSensitivityAnalysis

Provider:PyXMCDA
Version:1.0.0

Description

This web service allows to compute intervals of stability on indifference and preference thresholds defined on a set of criteria. Under each interval, a threshold is free to move without impacting the local outranking situations of the alternatives on the criteria. The wider is an interval, the less important is an imprecise fixation.

Inputs

(For outputs, see below)

criteria

Description:

A list of criteria. Criteria can be activated or deactivated via the <active> tag (true or false). By default (no <active> tag), criteria are considered as active. Defined thresholds will be ignored.

alternatives

Description:

A list of alternatives. Alternatives can be activated or deactivated via the <active> tag (true or false). By default (no <active> tag), alternatives are considered as active.

XMCDA related:

  • Tag: alternatives

  • Code:

    <alternatives>
            <alternative>
                    <active>[...]</active>
                    [...]
            </alternative>
            [...]
    </alternatives>
    

performanceTable

Description:

A performance table. The evaluations should be numeric values, i.e. <real>, <integer> or <rational>.

XMCDA related:

  • Tag: performanceTable

Outputs

criteriaThresholdsBounds

Description:

The set of bounds on indifference and preference thresholds generated by the algorithm.

XMCDA related:

  • Tag: criteriaValues

messages

Description:

A list of messages generated by the algorithm.

XMCDA related:

  • Tag: methodMessages

For further technical details on the web service underlying this program, have a look at its documentation here.