View source: R/fuzzy_operations.R
fuzzy_mults | R Documentation |
Computes the scalar product of two triangular fuzzy numbers.
fuzzy_mults(X, Y)
X |
List. First triangular fuzzy number with components |
Y |
List. Second triangular fuzzy number with components |
A scalar representing the sum of the product of the corresponding components.
X <- list(l = 1, x = 2, r = 3)
Y <- list(l = 2, x = 3, r = 4)
fuzzy_mults(X, Y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.