Learn R Programming

neutrostat (version 0.0.2)

nmedian: Median of the neutrosophic data

Description

Finding the median of the neutrosophic interval values

Usage

nmedian(data)

Value

interval median value.

Arguments

data

list of neutrosophic numbers

Author

Zahid Khan

References

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

See Also

interval_sort.

Examples

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

Run the code above in your browser using DataLab