powered by
Class containing most of the indices that can be used to summarize an object of class superclass.capacity.
superclass.capacity
Objects are created by calls of the form summary(...) on objects of class superclass.capacity.
summary(...)
Shapley.value
Object of class numeric containing the Shapley value of a set function.
numeric
interaction.indices
Object of class matrix containing the Shapley interaction indices of a set function.
matrix
orness
Object of class numeric containg the orness degree of the Choquet integral corresponding to the underlying capacity.
veto
Object of class numeric containing the veto indices of the Choquet integral corresponding to the underlying capacity.
favor
Object of class numeric containing the favor indices of the Choquet integral corresponding to the underlying capacity.
variance
Object of class numeric containing the variance of the underlying capacity.
entropy
signature(object = "summary.superclass.capacity"): ...
signature(object = "summary.superclass.capacity")
superclass.capacity-class, summary-methods, Shapley.value-methods, interaction.indices-methods, orness-methods, veto-methods, favor-methods, variance-methods, entropy-methods.
superclass.capacity-class
summary-methods
Shapley.value-methods
interaction.indices-methods
orness-methods
veto-methods
favor-methods
variance-methods
entropy-methods
## a capacity mu <- capacity(c(0:13,13,13)/13) a <- Mobius(mu) ## its summary summary(mu) summary(a)
Run the code above in your browser using DataLab