Learn R Programming

kappalab (version 0.4-0)

Mobius.capacity-class: Class "Mobius.capacity"

Description

Class representing the M�bius{Mobius} transform of a capacity.

Arguments

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.

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.

See Also

capacity-class, entropy-methods, favor-methods, is.normalized-methods, orness-methods, variance-methods, veto-methods, zeta-methods, mini.var.capa.ident, least.squares.capa.ident, ls.sorting.capa.ident.

Examples

Run this code
## a capacity
mu <- capacity(c(0,0,0:13))
## and its M�bius representation
a <- Mobius(mu)
a

# the attributes of object a
a@n
a@k
a@data
a@subsets

## a test
is.normalized(a)
## normalize it
normalize(a)

## a transformation
zeta(a)
## Let us check ...
Mobius(zeta(a))

## some summary indices
orness(a)
veto(a)
favor(a)
variance(a)
entropy(a)
## the same
summary(a)

Run the code above in your browser using DataLab