Degree of plausibility of interval for a Gaussian random fuzzy number
Degree of plausibility of interval for a Gaussian random fuzzy number
Pl computes the degree of plausibility of an interval [x,y] for a given Gaussian random fuzzy number.
Pl(x, y, GRFN)
Arguments
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.
Returns
The degree of plausibility of the interval.
Examples
pl<-Pl(1,2,list(mu=2,sig=1,h=2))print(pl)
References
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.