powered by
Calculates the Choquet integral value of a 2-additive fuzzy measure for n inputs given in Mobius representation.
fm.Choquet2addMob(n, x, Mob)
The output is the Choquet integral value in Mobius representation.
Number of inputs
Input vector of size n, containing utility value of input criteria. x is in [0,1].
The Mobius fuzzy measure of size m=2^n. Its values can be provided by users, or by estimating from empirical data.
Gleb Beliakov, Andrei Kelarev, Quan Vu, Daniela L. Calderon, Deakin University
Choquet <- fm.Choquet2addMob(3, c(0.2,0.5,0.4), c(0.2, 0.3, 0.5, -0.2, 0.4, 0.1))
Run the code above in your browser using DataLab