Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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

Author(s)

Alexander Karlsson

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

Examples

# 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)

EvCombR

Evidence Combination in R

v0.1-2
MIT + file LICENSE
Authors
Alexander Karlsson
Initial release
2014-04-22

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.