Description Usage Arguments Details Value Note Author(s) See Also Examples
This function transforms a matrix of dimension n x 4 containing n trapezoidal fuzzy numbers characterized by their four values inf0,inf1,sup1,sup0 into an array of dimension nl x 3 x n containing these n fuzzy numbers characterized by means of nl equidistant α-levels each (by default nl=101). The function first checks if the input matrix F is given in the correct form (tested by checkingTra). In case yes, the function returns an array given in the format explained in the function checking.
1  | TransfTra(F, nl = 101)
 | 
F | 
 matrix of dimension   | 
nl | 
 positive integer, by default   | 
See examples
The function returns an array of dimension nl x 3 x n containing the n trapezoidal fuzzy numbers characterized by means of nl α-levels. The first column of the array are the α-levels, the second one their infimum values and the third one their supremum values. The correct format of the array is explained in the function checking.
In case you find (almost surely existing) bugs or have recommendations for improving the functions comments are welcome to the above mentioned mail addresses.
Asun Lubiano <lubiano@uniovi.es>, Sara de la Rosa de Saa <rosasara@uniovi.es>
1 2 3 4 5 6 7  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.