Rho2 {FuzzySTs} | R Documentation |
Calculates a distance by the Rho2 between fuzzy numbers
Description
Calculates a distance by the Rho2 between fuzzy numbers
Usage
Rho2(X, Y, breakpoints = 100)
Arguments
X |
a fuzzy number. |
Y |
a fuzzy number. |
breakpoints |
a positive arbitrary integer representing the number of breaks chosen to build the numerical alpha-cuts. It is fixed to 100 by default. |
Value
A numerical value.
[Package FuzzySTs version 0.3 Index]