powered by
Calculates product of a real number scalar and a triangular fuzzy number defined as a central value, left and right spread.
prodSfuzzy(x, y)
Returns a numeric vector, representing a triangular fuzzy number.
numeric vector of length one.
a numeric vector of length three, specifying a triangular fuzzy number as its central value, left and right spread.
Note that if x < 0 the left and right spread will be reversed.
x < 0
x <- 2 y <- c(2, 0.2, 0.2) prodSfuzzy(x = x, y = y) x <- -2 prodSfuzzy(x = x, y = y)
Run the code above in your browser using DataLab