gbellmf {FuzzyR} | R Documentation |
To specify a generalised bell membership function with a pair of particular parameters
gbellmf(mf.params)
mf.params |
The parameters c(a, b, c) for a generalised bell membership function |
This is not an external function. It should be used through genmf
.
The generalised bell membership function of x for a given pair of parameters, where x is a generic element of U, which is the universe of discourse of a fuzzy set X
Chao Chen
mf <- gbellmf(c(1,2,3))
# This is the same as:
mf <- genmf('gbellmf', c(1,2,3))
evalmf(5, mf)