convertAlpha {FuzzyNumbers} | R Documentation |
Convert a Given Upper/Lower Alpha-Cut Function to an Alpha-Cut Generating Function
Description
The resulting function calls the original function and then linearly scales its output.
Usage
convertAlpha(f, y1, y2)
Arguments
f |
a function into [y1,y2] |
y1 |
numeric vector of length 1 |
y2 |
numeric vector of length 1 |
Value
Returns a new function defined on [0,1] (scaled input).
See Also
Other auxiliary:
approxInvert()
,
convertSide()
[Package FuzzyNumbers version 0.4-7 Index]