extPoints {EvCombR} | R 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
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)
[Package EvCombR version 0.1-4 Index]