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

space

State Space of and Evidence Structure


Description

This functions returns the state space of an evidence structure.

Usage

space(x)

Arguments

x

mass function or credal set

Value

a character vector with the names within the state space

Author(s)

Alexander Karlsson

Examples

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

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

# obtain state space
space(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.