F. The employed metric in the calculation can be the 1-norm distance, the mid/spr distance or the \((\varphi,\theta)\)-wabl/ldev/rdev distance. The function first checks if the input matrix F is given in the correct form (tested by checkingTra).Sn(F, type, a = 1, b = 1, theta = 1/3)n x 4 containing n trapezoidal fuzzy numbers characterized by their four values inf0,inf1,sup1,sup0. The function implicitly checks if the matrix is in the correct form (tested by checkingTra).
type==1, the 1-norm distance will be considered in the calculation of the measure ADD. If type==2, the mid/spr distance will be considered. By contrast, if type==3, the \((\varphi,\theta)\)-wabl/ldev/rdev distance will be used.
a=1. It is the first parameter of a beta distribution which corresponds to a weighting measure on [0,1] in the mid/spr distance or in the \((\varphi,\theta)\)-wabl/ldev/rdev distance.
b=1. It is the second parameter of a beta distribution which corresponds to a weighting measure on [0,1] in the mid/spr distance or in the \((\varphi,\theta)\)-wabl/ldev/rdev distance.
theta=1/3. It is the weight of the spread in the mid/spr distance and the weight of the ldev and rdev in the \((\varphi,\theta)\)-wabl/ldev/rdev distance.
checkingTra, Rho1Tra, DthetaphiTra, DwablphiTra# Example 1:
F=SimulCASE1(10)
Sn(F,2,5,1,0.5)
# Example 2:
F=matrix(c(1,3,2,2),nrow=1)
Sn(F,1)
Run the code above in your browser using DataLab