Learn R Programming

kappalab (version 0.4-12)

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.

See Also

Mobius.capacity-class,
Mobius.game-class,
Mobius.set.func-class,
k.truncate.Mobius-methods.

Examples

Run this code
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))

Run the code above in your browser using DataLab