fm.InteractionBMob: Banzhaf InteractionB Index computation function in Mobius...

View source: R/Rfmtool.r

fm.InteractionBMobR Documentation

Banzhaf InteractionB Index computation function in Mobius representation

Description

Calculates all the Banzhaf InteractionB indices of input criteria for a Mobius fuzzy measure.

Usage

fm.InteractionBMob(Mob,env)

Arguments

Mob

Fuzzy measure value in Mobius representation

env

Environment variable obtained from fm.Init(n).

Value

output

The output is a matrix, whose first column stores the Banzhaf Interaction index values, and the second column stores the indices of criteria in coalitions.

Author(s)

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

Examples


env<-fm.Init(3)
fm.InteractionBMob(c( 0.0, 0.3, 0.5, -0.2, 0.4, 0.1, -0.2, 0.1),env)


Rfmtool documentation built on Feb. 16, 2023, 9:21 p.m.