Evaluate the Membership Function
This function returns the value(s) of the membership function of a fuzzy number at given point(s).
## S4 method for signature 'FuzzyNumber,numeric' evaluate(object, x)
object |
a fuzzy numbers |
x |
numeric vector |
Returns a numeric vector.
Other FuzzyNumber-method: Arithmetic
,
FuzzyNumber-class
,
FuzzyNumber
, alphaInterval
,
alphacut
, ambiguity
,
as.FuzzyNumber
,
as.PiecewiseLinearFuzzyNumber
,
as.PowerFuzzyNumber
,
as.TrapezoidalFuzzyNumber
,
as.character
, core
,
distance
, expectedInterval
,
expectedValue
,
integrateAlpha
,
piecewiseLinearApproximation
,
plot
, show
,
supp
,
trapezoidalApproximation
,
value
, weightedExpectedValue
,
width
T <- TrapezoidalFuzzyNumber(1,2,3,4) evaluate(T, seq(0, 5, by=0.5))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.