| extPoints | R Documentation |
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
lower, upper
# 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.