Bel {evreg} | R Documentation |
Bel
computes the degree of belief of an interval [x,y] for a given Gaussian
random fuzzy number.
Bel(x, y, GRFN)
x |
The lower bound of the interval (may be a vector). |
y |
The upper bound of the interval (may be a vector). |
GRFN |
A Gaussian random fuzzy number, encoded as a list with components mu, sig and h. |
The degree of belief of the interval.
Thierry Denoeux. Reasoning with fuzzy and uncertain evidence using epistemic random fuzzy sets: general framework and practical models. Fuzzy Sets and Systems, Vol. 453, Pages 1-36, 2023.
Belint
, Pl
, pl_contour
,
combination_GRFN
bel<-Bel(1,2,list(mu=2,sig=1,h=2))
print(bel)