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