nmean: Mean of the neutrosophic data

View source: R/nmean.R

nmeanR Documentation

Mean of the neutrosophic data

Description

Neutrosophic mean is an interval value of the neutrosphic numbers

Usage

nmean(data)

Arguments

data

data is a list of neutrosophic numbers

Value

Interval mean value.

Author(s)

Zahid Khan

References

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

See Also

interval_add,interval_div.

Examples

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

neutrostat documentation built on Oct. 11, 2024, 9:07 a.m.

Related to nmean in neutrostat...