nmean | R Documentation |
Neutrosophic mean is an interval value of the neutrosphic numbers
nmean(data)
data |
data is a list of neutrosophic numbers |
Interval mean value.
Zahid Khan
Florentin Smarandache (2014): Introduction to Neutrosophic Statistics. ISBN: 9781599732749
interval_add
,interval_div
.
data <- list(c(1, 2), c(4), c(2, 3))
mean <- nmean(data)
print(mean)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.