powered by
The pignistic transformation transforms a mass function into a probability function.
pign(x)
a mass function
a singleton credal set
Smets, P. & Kennes, R. (1994), The transferable belief model, Artificial Intelligence, 66, 191-234
relPl
# 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