nstd {neutrostat} | R Documentation |
Standard deviation of the neutrosophic data
Description
Neutrosophic standard deviation is an interval value of the neutrosphic numbers
Usage
nstd(data)
Arguments
data |
data is a list of neutrosophic numbers |
Value
Interval dispersion value.
Author(s)
Zahid Khan
References
Florentin Smarandache (2014): Introduction to Neutrosophic Statistics. ISBN: 9781599732749
See Also
Examples
data <- list(6, c(2, 5), 30, c(18, 24))
sd <- nstd(data)
print(sd)
[Package neutrostat version 0.0.2 Index]