alternativesValuesKendall

Provider:RXMCDA
Version:1.0

Description

Calculates the correlation index between two rankings of alternatives (represented by lists of ranks).

Inputs

(For outputs, see below)

alternatives

Description:

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.

alternativesValues

Description:

A list of <alternativeValue> in an <alternativesValues> containing the rank of each alternative. The <value> should be a numeric value.

XMCDA related:

  • Tag: alternativesValues

alternativesValues

Description:

A list of <alternativeValue> in an <alternativesValues> containing the rank of each alternative. The <value> should be a numeric value.

XMCDA related:

  • Tag: alternativesValues

Outputs

kendall

Description:

An <alternativeValue> containing the Kendall correlation index of the two rankings of alternatives.

XMCDA related:

  • Tag: alternativeValue

  • Code:

    <alternativeValue mcdaConcept="kendallCorrelation">
        [...]
    </alternativeValue>
    

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.