XX: Example data

Description Usage Format Details Examples

Description

XX is a list of three polygonal fuzzy numbers that is used in the given examples.

Usage

1
data("XX")

Format

List of three polygonal fuzzy numbers.

Details

See examples

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
data(XX)
V<-translator(XX[[1]],50)
SS1<-vector("list",length=100)
for (j in 1:100){
 SS1[[j]]<-generator(V,)
 }
M<-Mmean(SS1,1)
head(M)
b<-bertoluzza(M,V,1/3,1) 
b 

Example output

          x      alpha
1 -2.378526 0.00000000
2 -2.276394 0.02040816
3 -2.160553 0.04081633
4 -2.045073 0.06122449
5 -1.956928 0.08163265
6 -1.849847 0.10204082
[1] 0.1798561

SAFD documentation built on July 3, 2019, 5:02 p.m.