FuzzyNumbers (version 0.4-6)

approxInvert: Approximate the Inverse of a Given Function

Description

The function may be used to create side generating functions from alpha-cut generators and inversely.

Usage

approxInvert(f, method = c("monoH.FC", "linear", "hyman"), n = 500)

Arguments

f

a monotonic, continuous function f: [0,1]->[0,1]

method

interpolation method: ``monoH.FC', ``hyman'' or ``linear''

n

number of interpolation points

Value

Returns a new function, the approximate inverse of the input.

Details

The function is a wrapper to splinefun and approxfun. Thus, interpolation is used.

See Also

'>FuzzyNumber

Other auxiliary: convertAlpha, convertSide