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

extPoints

Extreme Points of a Credal Set


Description

Returns the extreme points of a credal set

Usage

extPoints(x)

Arguments

x

a credal set

Value

a matrix where the extreme points are stored by row

Author(s)

Alexander Karlsson

See Also

Examples

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

# construct credal set
c <- credal(c(0.1, 0.1, 0.1), c(0.8, 0.8, 0.8), stateSpace)

# obtain extrem points
eMat <- extPoints(c)

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.