extPoints: Extreme Points of a Credal Set

extPointsR Documentation

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

lower, upper

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 documentation built on April 25, 2022, 5:06 p.m.