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

fapply-methods

Apply a Function on a Fuzzy Number


Description

Applies a given monotonic function using the extension principle (i.e. the function is applied on alpha-cuts).

Usage

## S4 method for signature 'PiecewiseLinearFuzzyNumber,function'
fapply(object, fun, ...)

Arguments

object

a fuzzy number

fun

a monotonic, vectorized R function

...

additional arguments passed to fun

Details

Currently only a method for the PiecewiseLinearFuzzyNumber class has been defined. The computations are exact (up to a numeric error) at knots. So, make sure you have a sufficient number of knots if you want good approximation.

For other types of fuzzy numbers, consider using piecewiseLinearApproximation.

Value

See Also


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.