Extreme Points of a Credal Set
Returns the extreme points of a credal set
extPoints(x)
x |
a credal set |
a matrix where the extreme points are stored by row
Alexander Karlsson
# 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)Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.