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

disc

Discounting Operator


Description

Discounts a mass function.

Usage

disc(x,y)

Arguments

x

a mass function

y

degree of reliability

Value

mass function

Author(s)

Alexander Karlsson

References

Smets, P. (2000), Data Fusion in the Transferable Belief Model, Proceedings of the Third International Conference on Information Fusion

Examples

# state space
stateSpace <- c("a", "b", "c")

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

# source is only 80% reliable
mDisc <- disc(m, 0.8)

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.