fm.ConstructLambdaMeasureMob: Function for Constructing Lambda in Mobius representation

View source: R/Rfmtool.r

fm.ConstructLambdaMeasureMobR Documentation

Function for Constructing Lambda in Mobius representation

Description

Finds the value of lambda and calculates the rest of the values of the fuzzy measure, given its values at singletons; singletons is an array of size n. The outputs are lambda and measure, measure is in Mobius representation.

Usage

fm.ConstructLambdaMeasureMob(singletons,env)

Arguments

singletons

Singletons is an array of n.

env

Environment variable obtained from fm.Init(n).

Value

output

The ouput is the list (lambda, measure), where measure is a fuzzy measure in Mobius representation.

Author(s)

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

Examples

env<-fm.Init(3)
w <- fm.ConstructLambdaMeasureMob(c(0, 0.3, 0.5),env)
w$measure 

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