PowerFuzzyNumber: Creates a Fuzzy Number with Sides Given by Power Functions

Description Usage Arguments Value See Also

View source: R/class-02-PowerFuzzyNumber.R

Description

For convenience, objects of class PowerFuzzyNumber may be created with this function.

Usage

1
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()


Rexamine/FuzzyNumbers documentation built on Nov. 16, 2021, 10:04 a.m.