PowerFuzzyNumber {FuzzyNumbers} | R Documentation |
Creates a Fuzzy Number with Sides Given by Power Functions
Description
For convenience, objects of class PowerFuzzyNumber
may be created with this function.
Usage
PowerFuzzyNumber(a1, a2, a3, a4, p.left = 1, p.right = 1)
Arguments
a1 |
a number specyfing left bound of the support |
a2 |
a number specyfing left bound of the core |
a3 |
a number specyfing right bound of the core |
a4 |
a number specyfing right bound of the support |
p.left |
a positive number specyfing the exponent for the left side |
p.right |
a positive number specyfing the exponent for the right side |
Value
Object of class PowerFuzzyNumber
See Also
Other PowerFuzzyNumber-method:
Extract
,
PowerFuzzyNumber-class
,
alphaInterval()
,
as.PowerFuzzyNumber()
,
as.TrapezoidalFuzzyNumber()
,
as.character()
,
expectedInterval()
[Package FuzzyNumbers version 0.4-7 Index]