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

expectedValue-methods

Calculate the Expected Value of a Fuzzy Number


Description

The calculation of the so-called expected value is one of possible methods to deffuzify a fuzzy number.

Usage

## S4 method for signature 'FuzzyNumber'
expectedValue(object, ...)

Arguments

object

a fuzzy number

...

additional arguments passed to expectedInterval

Details

The expected value of A is defined as EV(A) := (EI_U(A) + EI_L(A))/2, where EI is the expectedInterval.

Value

Returns a single numeric value.

See Also

Other deffuzification: value, weightedExpectedValue

Other characteristics: ambiguity, value, weightedExpectedValue, width


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.