Learn R Programming

neutrostat (version 0.0.2)

nmean: Mean of the neutrosophic data

Description

Neutrosophic mean is an interval value of the neutrosphic numbers

Usage

nmean(data)

Value

Interval mean value.

Arguments

data

data is a list of neutrosophic numbers

Author

Zahid Khan

References

Florentin Smarandache (2014): Introduction to Neutrosophic Statistics. ISBN: 9781599732749

See Also

interval_add,interval_div.

Examples

Run this code
data <- list(c(1, 2), c(4), c(2, 3))
mean <- nmean(data)
print(mean)

Run the code above in your browser using DataLab