nstd | R Documentation |
Neutrosophic standard deviation is an interval value of the neutrosphic numbers
nstd(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))
sd <- nstd(data)
print(sd)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.