SimulCASE2 {FuzzyStatTra} | R Documentation |
This function generates n
trapezoidal fuzzy numbers from a symmetric distribution and with dependent components (for a detailed explanation of the simulation see the paper [1] below, namely, the Case 2 for noncontaminated samples).
SimulCASE2(n)
n |
positive integer. It is the number of trapezoidal fuzzy numbers to be generated. |
See examples
This function returns n
trapezoidal fuzzy numbers contained in a matrix of dimension n x 4
. Each trapezoidal fuzzy number is characterized by its four values inf0,inf1,sup1,sup0
.
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] Sinova, B.; Gil, M.A.; Colubi, A.; Van Aelst, S.: The median of a random fuzzy number. The 1-norm distance approach, Fuzzy Sets Syst. 200, pp. 99-115 (2012)
SimulCASE1
, SimulCASE3
, SimulCASE4
, SimulFRSTra
# Example 1:
SimulCASE2(10)