| core {FuzzyNumbers} | R Documentation |
Calculate the Core of a Fuzzy Number
Description
We have \mathrm{core}(A) := [a2,a3].
This gives the values that a fuzzy number necessarily represents.
Usage
## S4 method for signature 'FuzzyNumber'
core(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(),
distance(),
evaluate(),
expectedInterval(),
expectedValue(),
integrateAlpha(),
piecewiseLinearApproximation(),
plot(),
show(),
supp(),
trapezoidalApproximation(),
value(),
weightedExpectedValue(),
width()
Other alpha_cuts:
alphacut(),
supp()
[Package FuzzyNumbers version 0.4-7 Index]