| is.normalized-methods | R Documentation |
Tests whether a capacity is normalized, i.e., if its value on the
universal set is 1. The capacity can be
given either under the form of an object of class capacity,
card.capacity or Mobius.capacity.
Returns a logical.
Returns a logical.
Returns a logical.
capacity-class,
Mobius.capacity-class,
card.capacity-class.
## a capacity
mu <- capacity(0:15)
is.normalized(mu)
normalize(mu)
## its Mobius transform
a <- Mobius(mu)
is.normalized(a)
normalize(a)
## a cardinal capacity
mu <- uniform.capacity(7)
is.normalized(mu)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.