TrapezoidalFuzzyNumber {FuzzyNumbers} | R Documentation |
Creates a Trapezoidal Fuzzy Number
Description
For convenience, objects of class TrapezoidalFuzzyNumber
may be created with this function.
Usage
TrapezoidalFuzzyNumber(a1, a2, a3, a4)
Arguments
a1 |
a number specyfing left bound of the support |
a2 |
a number specyfing left bound of the core |
a3 |
a number specyfing right bound of the core |
a4 |
a number specyfing right bound of the support |
Value
Object of class TrapezoidalFuzzyNumber
See Also
Other TrapezoidalFuzzyNumber-method:
Arithmetic
,
TrapezoidalFuzzyNumber-class
,
TriangularFuzzyNumber()
,
alphaInterval()
,
as.PiecewiseLinearFuzzyNumber()
,
as.PowerFuzzyNumber()
,
as.TrapezoidalFuzzyNumber()
,
expectedInterval()
,
plot()
[Package FuzzyNumbers version 0.4-7 Index]