Learn R Programming

FuzzyStatTra (version 1.0)

SimulCASE1:

Description

This function generates n trapezoidal fuzzy numbers from a symmetric distribution and with independent components (for a detailed explanation of the simulation see the paper [1] below, namely, the Case 1 for noncontaminated samples).

Usage

SimulCASE1(n)

Arguments

n
positive integer. It is the number of trapezoidal fuzzy numbers to be generated.

Value

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.

Details

See examples

References

[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)

See Also

SimulCASE2, SimulCASE3, SimulCASE4, SimulFRSTra

Examples

Run this code
# Example 1:
SimulCASE1(10)

Run the code above in your browser using DataLab