The relative plausibility transform transform a mass function to a probability function
Usage
relPl(x)
Arguments
x
a mass function
Value
a singleton credal set
References
Cobb, B. & Shenoy, P. (2006), On the plausibility transformation for translating belief function models to probability models, International Journal of Approximate Reasoning, 42, 3, 314 - 330
# NOT RUN {# state spacestateSpace <- c("a", "b", "c")
# mass function m <- mass(list("a"=0.1, "a/b/c"=0.9), stateSpace)
# obtaina singleton credal setc <- relPl(m)
# }