Learn R Programming

EvCombR (version 0.1-4)

relPl: Relative Plausibility Transform

Description

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

See Also

pign

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 <- relPl(m)
# }

Run the code above in your browser using DataLab