Mobius.set.func: 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)
Value
Return objects of class Mobius.set.func, Mobius.game, or Mobius.capacity.
Arguments
n
An object of class numeric of length 1 equal to the
cardinal of the set on which the Möbius representation is defined.
k
An object of class numeric of length 1 equal to the
order of truncation of the Möbius representation. Coefficients whose
cardinal is superior to k are considered to be zero.
object
Object of class numeric of length
choose(n,0) + ... + choose(n,k) representing the
coefficients of the truncated Möbius transform in
"natural" order.
v
An object of class numeric containing the coefficients
of the capacity on singletons.