Learn R Programming

Rfmtool (version 5.0.3)

fm.Choquet2addMob: Function for calculating Choquet integral value for 2-additive fuzzy measure in Mobius representation

Description

Calculates the Choquet integral value of a 2-additive fuzzy measure for n inputs given in Mobius representation.

Usage

fm.Choquet2addMob(n, x, Mob)

Value

output

The output is the Choquet integral value in Mobius representation.

Arguments

n

Number of inputs

x

Input vector of size n, containing utility value of input criteria. x is in [0,1].

Mob

The Mobius fuzzy measure of size m=2^n. Its values can be provided by users, or by estimating from empirical data.

Author

Gleb Beliakov, Andrei Kelarev, Quan Vu, Daniela L. Calderon, Deakin University

Examples

Run this code
  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