Learn R Programming

FuzzyR (version 2.3.2)

gbellmf: 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

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

Details

This is not an external function. It should be used through genmf.

Examples

Run this code
# NOT RUN {
mf <- gbellmf(c(1,2,3))
# This is the same as:
mf <- genmf('gbellmf', c(1,2,3))

evalmf(5, mf)
# }

Run the code above in your browser using DataLab