| summary.superclass.capacity-class {kappalab} | R Documentation |
Class "summary.superclass.capacity"
Description
Class containing most of the indices that can be used to summarize an object of class superclass.capacity.
Objects from the Class
Objects are created by calls of the form summary(...) on objects of class superclass.capacity.
Slots
Shapley.value:Object of class
numericcontaining the Shapley value of a set function.interaction.indices:Object of class
matrixcontaining the Shapley interaction indices of a set function.orness:Object of class
numericcontaing the orness degree of the Choquet integral corresponding to the underlying capacity.veto:Object of class
numericcontaining the veto indices of the Choquet integral corresponding to the underlying capacity.favor:Object of class
numericcontaining the favor indices of the Choquet integral corresponding to the underlying capacity.variance:Object of class
numericcontaining the variance of the underlying capacity.entropy:Object of class
numericcontaining the variance of the underlying capacity.
Methods
- show
signature(object = "summary.superclass.capacity"): ...
See Also
superclass.capacity-class,
summary-methods,
Shapley.value-methods,
interaction.indices-methods,
orness-methods,
veto-methods,
favor-methods,
variance-methods,
entropy-methods.
Examples
## a capacity
mu <- capacity(c(0:13,13,13)/13)
a <- Mobius(mu)
## its summary
summary(mu)
summary(a)