| Mobius.set.func {kappalab} | R Documentation |
Create objects representing the Möbius transform of a set function.
Description
These functions create objects of class
Mobius.set.func, Mobius.game, or
Mobius.capacity from an object of class numeric.
Usage
Mobius.set.func(object, n, k)
Mobius.game(object, n, k)
Mobius.capacity(object, n, k)
additive.capacity(v)
Arguments
n |
An object of class |
k |
An object of class |
object |
Object of class |
v |
An object of class |
Value
Return objects of class Mobius.set.func, Mobius.game, or Mobius.capacity.
See Also
Mobius.capacity-class,
Mobius.game-class,
Mobius.set.func-class,
k.truncate.Mobius-methods.
Examples
Mobius.set.func(c(0,1,1,2,1,2,1,2,2,3,2),4,2)
Mobius.game(c(0,1,1,2,1,2,1,2,2,3,2),4,2)
Mobius.capacity(c(0,1,1,2,1,2,1,2,2,3,2),4,2)
additive.capacity(c(1,2,3,4))