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

pow-PiecewiseLinearFuzzyNumber-numeric-method

Integer power of fuzzy number


Description

For fuzzy numbers the equality of X*X == X^2 does not hold.

Usage

## S4 method for signature 'PiecewiseLinearFuzzyNumber,numeric'
e1 ^ e2

Arguments

e1

a PiecewiseLinearFuzzyNumber

e2

numeric (if it is not integer it will be converted by function as.integer())

Details

This function calculates integer power of a PiecewiseLinearFuzzyNumber according to the reference below.

Value

Returns a fuzzy number of the class PiecewiseLinearFuzzyNumber indicating e1^e2.

References

KAUFMANN, A., GUPTA, M. M. (1985) Introduction to Fuzzy Arithmetic. New York : Van Nostrand Reinhold Company. ISBN 044230079.

See Also

Other extension_principle: Arithmetic, fapply

Examples

x = as.PiecewiseLinearFuzzyNumber(TriangularFuzzyNumber(-2, 1, 9), knot.n = 2)
x^2
x^3

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.