gbellmf {FuzzyR} | R Documentation |
Generalised bell membership function
Description
To specify a generalised bell membership function with a pair of particular parameters
Usage
gbellmf(mf.params)
Arguments
mf.params |
The parameters c(a, b, c) for a generalised bell membership function |
Details
This is not an external function. It should be used through genmf
.
Value
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
Author(s)
Chao Chen
Examples
mf <- gbellmf(c(1,2,3))
# This is the same as:
mf <- genmf('gbellmf', c(1,2,3))
evalmf(5, mf)
[Package FuzzyR version 2.3.2 Index]