powered by
Calculates product of two triangular fuzzy numbers defined as a central value, left and right spread.
prodFuzzy(x, y)
Returns a numeric vector, representing a triangular fuzzy number.
a numeric vector of length three, specifying a triangular fuzzy number as its central value, left and right spread.
x <- c(1, 0.2, 0.2) y <- c(2, 0.2, 0.2) prodFuzzy(x = x, y = y)
Run the code above in your browser using DataLab