Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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

Details

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

Value

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

See Also

Other auxiliary: convertAlpha, convertSide


FuzzyNumbers

Tools to Deal with Fuzzy Numbers

v0.4-6
LGPL (>= 3)
Authors
Marek Gagolewski [aut, cre], Jan Caha [ctb]
Initial release
2019-02-05

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.