Given an input dataframe (polygonal fuzzy number) X in the correct format (tested by checking), and a scalar b the fuzzy number bX is calculated using level-wise Minkowski scalar multiplication.
Usage
sc_mult(X, b)
Arguments
X
...dataframe, if checking(X)=1 the product bX is returned, if not, NA is returned.
b
...numeric
Value
Given correct input data, the function returns the polygonal fuzzy number bX.