nmedian | R Documentation |
Finding the median of the neutrosophic interval values
nmedian(data)
data |
list of neutrosophic numbers |
interval median value.
Zahid Khan
Florentin Smarandache (2014): Introduction to Neutrosophic Statistics. ISBN: 9781599732749
interval_sort
.
data <- list(c(5, 10), c(4,6), c(2, 3))
med <- nmedian(data)
print(med)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.