gbellmf: Generalised bell membership function

Description Usage Arguments Details Value Author(s) Examples

View source: R/FuzzyMF.R

Description

To specify a generalised bell membership function with a pair of particular parameters

Usage

1
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

1
2
3
4
5
mf <- gbellmf(c(1,2,3))
# This is the same as:
mf <- genmf('gbellmf', c(1,2,3))

evalmf(5, mf)

Example output

[1] 0.05882353

FuzzyR documentation built on May 19, 2021, 9:06 a.m.

Related to gbellmf in FuzzyR...