For convenience, objects of class '>DiscontinuousFuzzyNumber
may be created with this function.
DiscontinuousFuzzyNumber(
a1,
a2,
a3,
a4,
lower = function(a) rep(NA_real_, length(a)),
upper = function(a) rep(NA_real_, length(a)),
left = function(x) rep(NA_real_, length(x)),
right = function(x) rep(NA_real_, length(x)),
discontinuities.left = numeric(0),
discontinuities.right = numeric(0),
discontinuities.lower = numeric(0),
discontinuities.upper = numeric(0)
)
a number specyfing left bound of the support
a number specyfing left bound of the core
a number specyfing right bound of the core
a number specyfing right bound of the support
lower alpha-cut bound generator; a nondecreasing function [0,1]->[0,1] or returning NA_real_
upper alpha-cut bound generator; a nonincreasing function [0,1]->[1,0] or returning NA_real_
lower side function generator; a nondecreasing function [0,1]->[0,1] or returning NA_real_
upper side function generator; a nonincreasing function [0,1]->[1,0] or returning NA_real_
nondecreasingly sorted numeric vector with elements in (0,1), possibly of length 0
nondecreasingly sorted numeric vector with elements in (0,1), possibly of length 0
nondecreasingly sorted numeric vector with elements in (0,1), possibly of length 0
nondecreasingly sorted numeric vector with elements in (0,1), possibly of length 0
Other DiscontinuousFuzzyNumber-method:
DiscontinuousFuzzyNumber-class
,
Extract
,
distance()
,
integrateAlpha()
,
plot()