Learn R Programming

EvCombR (version 0.1-4)

pign: Pignistic Tranformation

Description

The pignistic transformation transforms a mass function into a probability function.

Usage

pign(x)

Arguments

x

a mass function

Value

a singleton credal set

References

Smets, P. & Kennes, R. (1994), The transferable belief model, Artificial Intelligence, 66, 191-234

See Also

relPl

Examples

Run this code
# NOT RUN {
# state space
stateSpace <- c("a", "b", "c")

# mass function 
m <- mass(list("a"=0.1, "a/b/c"=0.9), stateSpace)

# obtaina singleton credal set
c <- pign(m)

# }

Run the code above in your browser using DataLab