supp {FuzzyNumbers} | R Documentation |
Calculate the Support of a Fuzzy Number
Description
We have \mathrm{supp}(A) := [a1,a4]
.
This gives the values that a fuzzy number possibly may represent.
Usage
## S4 method for signature 'FuzzyNumber'
supp(object)
Arguments
object |
a fuzzy number |
Value
Returns a numeric vector of length 2.
See Also
Other FuzzyNumber-method:
Arithmetic
,
Extract
,
FuzzyNumber-class
,
FuzzyNumber
,
alphaInterval()
,
alphacut()
,
ambiguity()
,
as.FuzzyNumber()
,
as.PiecewiseLinearFuzzyNumber()
,
as.PowerFuzzyNumber()
,
as.TrapezoidalFuzzyNumber()
,
as.character()
,
core()
,
distance()
,
evaluate()
,
expectedInterval()
,
expectedValue()
,
integrateAlpha()
,
piecewiseLinearApproximation()
,
plot()
,
show()
,
trapezoidalApproximation()
,
value()
,
weightedExpectedValue()
,
width()
Other alpha_cuts:
alphacut()
,
core()
[Package FuzzyNumbers version 0.4-7 Index]