convertAlpha: Convert a Given Upper/Lower Alpha-Cut Function to an...

Description Usage Arguments Value See Also

View source: R/auxiliary-convert.R

Description

The resulting function calls the original function and then linearly scales its output.

Usage

1
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

FuzzyNumber

Other auxiliary: approxInvert(), convertSide()


FuzzyNumbers documentation built on Nov. 15, 2021, 5:09 p.m.