EvCombR News | R Documentation |
News for EvCombR
Version 0.1-4 (2022-04-21)
Removed old package information from help files
Version 0.1-3 (2022-04-20)
License changed to GPL (>=3)
Description and namespace files changed
Added function EvCombRLicense
Version 0.1-2 (2014-04-22)
-
[[<-
has been added for mass functions. If the upper bounds of the probability intervals in
credal
are missing,1
is assumed. Note that in previous versions this case was interpreted as a single probability function but now you have to construct a credal set containing only one probability function by specifying the same lower and upper bounds on probability intervals, e.g.,credal(c(0.1., 0.4, 0.5), c(0.1., 0.4, 0.5), c("a", "b", "c")
.-
lower
andupper
return bounds for singleton sets if no sets are provided. Focal sets in the mass functions are now sorted by cardinality.
-
"["
,"[["
,"[<-"
and"[[<-"
are order invariant for mass functions (i.e.,m["a/b"]
andm["b/a"]
are equivalent).
Version 0.1-1 (2014-01-22)
-
lower
andupper
have been vectorized with respect to sets. -
lower
is now invariant to the specification of the set.
Version 0.1 (2013-09-10)
First release containing: Bayesian, credal (based on intervals), Yager's, Dempster's, and modified Dempster's combination. The package also contains function for calculating pignistic and relative plausibility transforms, upper and lower bounds, and a discounting operator for mass functions.