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

alphacut-methods

Compute Alpha-Cuts


Description

If A is a fuzzy number, then its α-cuts are always in form of intervals. Moreover, the α-cuts form a nonincreasing chain w.r.t. alpha.

Usage

## S4 method for signature 'FuzzyNumber,numeric'
alphacut(object, alpha)

Arguments

object

a fuzzy number

alpha

numeric vector with elements in [0,1]

Value

Returns a matrix with two columns (left and right alha cut bounds). if some elements in alpha are not in [0,1], then NA is set.

See Also

Other alpha_cuts: core, supp

Examples

A <- TrapezoidalFuzzyNumber(1, 2, 3, 4)
alphacut(A, c(-1, 0.4, 0.2))

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.