Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

credal-class

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


EvCombR

Evidence Combination in R

v0.1-2
MIT + file LICENSE
Authors
Alexander Karlsson
Initial release
2014-04-22

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.