| is.normalized-methods {kappalab} | 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.
logical.logical.logical.
capacity-class,
Mobius.capacity-class,
card.capacity-class.
## a capacity mu <- capacity(0:15) is.normalized(mu) normalize(mu) ## its Möbius transform a <- Mobius(mu) is.normalized(a) normalize(a) ## a cardinal capacity mu <- uniform.capacity(7) is.normalized(mu)