Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

PowerFuzzyNumber-class

S4 class Representing a Fuzzy Number with Sides Given by Power Functions


Description

Bodjanova-type fuzzy numbers which sides are given by power functions are defined using four coefficients a1 <= a2 <= a3 <= a4, and parameters p.left, p.right>0, which determine exponents for the side functions.

Details

We have left(x)=x^p.left, and right(x)=(1-x)^p.right.

This class is a natural generalization of trapezoidal FNs. For other see PiecewiseLinearFuzzyNumber.

Slots

a1, a2, a3, a4, lower, upper, left, right:

Inherited from the FuzzyNumber class.

p.left:

single numeric value; 1.0 for a trapezoidal FN.

p.right:

single numeric value; 1.0 for a trapezoidal FN.

Extends

Class FuzzyNumber, directly.

References

Bodjanova S. (2005), Median value and median interval of a fuzzy number, Information Sciences 172, pp. 73-89.

See Also

PowerFuzzyNumber for a convenient constructor, as.PowerFuzzyNumber for conversion of objects to this class.

PowerFuzzyNumber for a convenient constructor

Examples

showClass("PowerFuzzyNumber")
showMethods(classes="PowerFuzzyNumber")

FuzzyNumbers

Tools to Deal with Fuzzy Numbers

v0.4-6
LGPL (>= 3)
Authors
Marek Gagolewski [aut, cre], Jan Caha [ctb]
Initial release
2019-02-05

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.