Learn R Programming

neutrostat (version 0.0.2)

interval_add: Interval addition of neutrosophic numbers

Description

This function is used to find sum of more than one imprecise data values.

Usage

interval_add(data)

Value

A numeric vector of length 2,indicating a summed value of neutrosophic intervals

Arguments

data

List of neutrosophic numbers.This numeric list contains at least two neutrosophic intervals. Each interval value should contains two elements, lower and upper.If it crisp value is used,it is considered as an interval with same upper and lower value.

Author

Zahid Khan

References

Moore, R. E. (1979): Methods and applications of interval analysis.SIAM. doi:10.1137/1.9781611970906

Smarandache, F (2022):Neutrosophic Statistics is an extension of Interval Statistics, while Plithogenic Statistics is the most general form of statistics(second version).Internation journal of neutrosophic science. 19(1),pp.148-165. doi:10.54216/IJNS.190111

See Also

interval_sub.

Examples

Run this code
#Addition of to neutrosopic numbers
x=list(c(5,10),c(10,20))
interval_add(x)

Run the code above in your browser using DataLab