Learn R Programming

FuzzySTs (version 0.3)

SGD: Calculates a distance by the SGD between fuzzy numbers

Description

Calculates a distance by the SGD between fuzzy numbers

Usage

SGD(X, i = 1, j = 1, breakpoints = 100)

Value

A numerical value.

Arguments

X

a fuzzy number.

i

parameter of the density function of the Beta distribution, fixed by default to i = 1.

j

parameter of the density function of the Beta distribution, fixed by default to j = 1.

breakpoints

a positive arbitrary integer representing the number of breaks chosen to build the numerical alpha-cuts. It is fixed to 100 by default.