Description Slots Extends See Also Examples
Discontinuity information increase the precision of some numerical
integration-based algorithms, e.g. of piecewiseLinearApproximation.
It also allows for making more valid fuzzy number plots.
a1, a2, a3, a4,
lower, upper, left, right:Inherited from the FuzzyNumber class.
discontinuities.left:nondecreasingly sorted numeric vector with elements in (0,1); discontinuity points for the left side generating function
discontinuities.right:nondecreasingly sorted numeric vector with elements in (0,1); discontinuity points for the right side generating function
discontinuities.lower:nondecreasingly sorted numeric vector with elements in (0,1); discontinuity points for the lower alpha-cut bound generator
discontinuities.upper:nondecreasingly sorted numeric vector with elements in (0,1); discontinuity points for the upper alpha-cut bound generator
Class FuzzyNumber, directly.
DiscontinuousFuzzyNumber for a convenient constructor
Other DiscontinuousFuzzyNumber-method:
DiscontinuousFuzzyNumber,
Extract,
distance(),
integrateAlpha(),
plot()
1 2 | showClass("DiscontinuousFuzzyNumber")
showMethods(classes="DiscontinuousFuzzyNumber")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.