fm.Zeta {Rfmtool} | R Documentation |
Zeta transform function
Description
Calculate the general fuzzy measure from Mobius representation. The input and output is an array of size 2^n=m in binary ordering. This is the inverse of the Mobius function.
Usage
fm.Zeta(Mob,env)
Arguments
Mob |
Fuzzy measure value in Mobius representation. |
env |
Environment variable obtained from fm.Init(n). |
Value
output |
The output is the fuzzy measure in general representation. |
Author(s)
Gleb Beliakov, Andrei Kelarev, Quan Vu, Daniela L. Calderon, Deakin University
Examples
env<-fm.Init(3)
fm.Zeta(c(0.0,0.3,0.5,-0.2,0.4,0.1,-0.2,0.1),env)
[Package Rfmtool version 5.0.4 Index]