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