"credal"
Represents a credal set by a set of extreme points. For more detail see credal
.
Objects can be created by credal
.
extPoints
:Object of class "matrix"
. Each row is an extreme point of the credal set.
signature(x="credal", i="ANY", j="ANY")
: extract an extreme point
signature(x="credal", i="ANY", j="ANY", value="ANY")
: replace and extreme point
signature(x = "credal", y = "credal")
: combine two credal sets
signature(x = "credal", set = "character")
: calculate the lower bound for a specific set of states
signature(x = "credal", set = "missing")
: calculate the lower bounds for all singleton states
signature(x = "credal", set = "character")
: calculate the upper bound for a specific set of states
signature(x = "credal", set = "missing")
: calculate the upper bounds for all singleton states
signature(x = "credal")
: access method for the slot points
signature(x = "credal")
: access method for names of singleton states
signature(x = "credal")
: replace method for names of singleton states