nmean {neutrostat}R 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)

[Package neutrostat version 0.0.2 Index]