Learn R Programming

Rfmtool (version 5.0.3)

fm.Banzhaf2addMob: Function for calculating Banzhaf values of 2-additive fuzzy measure in Mobius representation

Description

Calculate the Banzhaf values of a 2-additive fuzzy measure for n inputs given in Mobius representation. The results are in arrays.

Usage

fm.Banzhaf2addMob(n, Mob)

Value

output

The output is an array of size n, which contain Banzhaf indices of input criteria.

Arguments

n

Number of inputs

Mob

Fuzzy measure value in Mobius representation

Author

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

Examples

Run this code
  Banzhaf  <- fm.Banzhaf2addMob(3, c(0.2, 0.3, 0.5, -0.2, 0.4, 0.1))
  

Run the code above in your browser using DataLab