nmedian {neutrostat}R Documentation

Median of the neutrosophic data

Description

Finding the median of the neutrosophic interval values

Usage

nmedian(data)

Arguments

data

list of neutrosophic numbers

Value

interval median value.

Author(s)

Zahid Khan

References

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

See Also

interval_sort.

Examples

data <- list(c(5, 10), c(4,6), c(2, 3))
med <- nmedian(data)
print(med)

[Package neutrostat version 0.0.2 Index]