| credal-class {EvCombR} | R Documentation |
Class "credal"
Description
Represents a credal set by a set of extreme points. For more detail see credal.
Objects from the Class
Objects can be created by credal.
Slots
extPoints:Object of class
"matrix". Each row is an extreme point of the credal set.
Methods
- [
signature(x="credal", i="ANY", j="ANY"): extract an extreme point- [<-
signature(x="credal", i="ANY", j="ANY", value="ANY"): replace and extreme point- cComb
signature(x = "credal", y = "credal"): combine two credal sets- lower
signature(x = "credal", set = "character"): calculate the lower bound for a specific set of states- lower
signature(x = "credal", set = "missing"): calculate the lower bounds for all singleton states- upper
signature(x = "credal", set = "character"): calculate the upper bound for a specific set of states- upper
signature(x = "credal", set = "missing"): calculate the upper bounds for all singleton states- extPoints
signature(x = "credal"): access method for the slot points- space
signature(x = "credal"): access method for names of singleton states- space<-
signature(x = "credal"): replace method for names of singleton states
Author(s)
Alexander Karlsson