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

integrateAlpha-methods

Numerically Integrate Alpha-Cut Bounds


Description

Integrates numerically a transformed or weighted lower or upper alpha-cut bound of a fuzzy number.

Usage

## S4 method for signature 'FuzzyNumber,character,numeric,numeric'
integrateAlpha(object, which=c("lower", "upper"),
   from=0, to=1, weight=NULL, transform=NULL, ...)

## S4 method for signature 'DiscontinuousFuzzyNumber,character,numeric,numeric'
integrateAlpha(object, which=c("lower", "upper"),
   from=0, to=1, weight=NULL, transform=NULL, ...)

Arguments

object

a fuzzy number

which

one of "lower", "upper"

from

numeric

to

numeric

...

additional arguments passed to integrate or integrate_discont_val

weight

a function or NULL

transform

a function or NULL

Value

Returns a single numeric value.

See Also

Other DiscontinuousFuzzyNumber-method: DiscontinuousFuzzyNumber-class, DiscontinuousFuzzyNumber, distance, plot


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.