Pl {evreg}R Documentation

Degree of plausibility of interval for a Gaussian random fuzzy number

Description

Pl computes the degree of plausibility of an interval [x,y] for a given Gaussian random fuzzy number.

Usage

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.

Value

The degree of plausibility of the interval.

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.

See Also

Belint, Bel, pl_contour, combination_GRFN

Examples

pl<-Pl(1,2,list(mu=2,sig=1,h=2))
print(pl)

[Package evreg version 1.1.1 Index]