Objects from the Class
Objects can be mainly created by calls
to the functions Mobius.capacity,
mini.var.capa.ident,
ls.sorting.capa.ident,
and least.squares.capa.ident.Slots
n:- Object of class
numeric of length 1 containing the
number of elements of the set on which the Mbius transform is
defined. k:- Object of class
numeric of length 1 containg the order of
truncation of the Mbius transform: the value of subsets whose cardinal is
superior to k is put to zero. subsets:- Object of class
numeric containing
the "k power set" of the underlying
set in "natural" order . The subsets are encoded as integers. data:- Object of class
numeric of length
choose(n,0) + ... + choose(n,k) representing the
coefficients of a truncated Mbius transform of a capacity in "natural" order.
Extends
Class Mobius.game, directly.
Class superclass.capacity, directly.
Class Mobius.set.func, by class Mobius.game.
Class superclass.set.func, by class Mobius.game.Methods
- entropy
signature(object = "Mobius.capacity") - favor
signature(object = "Mobius.capacity") - is.normalized
signature(object = "Mobius.capacity") - normalize
signature(object = "Mobius.capacity") - orness
signature(object = "Mobius.capacity") - variance
signature(object = "Mobius.capacity") - veto
signature(object = "Mobius.capacity") - zeta
signature(object = "Mobius.capacity")