powered by
Neutrosophic mean is an interval value of the neutrosphic numbers
nmean(data)
Interval mean value.
data is a list of neutrosophic numbers
Zahid Khan
Florentin Smarandache (2014): Introduction to Neutrosophic Statistics. ISBN: 9781599732749
interval_add,interval_div.
interval_add
interval_div
data <- list(c(1, 2), c(4), c(2, 3)) mean <- nmean(data) print(mean)
Run the code above in your browser using DataLab