FuzzyNumbers (version 0.4-6)

supp: 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 FuzzyNumber
supp(object)

Arguments

object

a fuzzy number

Value

Returns a numeric vector of length 2.

See Also

Other FuzzyNumber-method: Arithmetic, 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