Learn R Programming

neutrostat (version 0.0.2)

nstd: Standard deviation of the neutrosophic data

Description

Neutrosophic standard deviation is an interval value of the neutrosphic numbers

Usage

nstd(data)

Value

Interval dispersion value.

Arguments

data

data is a list of neutrosophic numbers

Author

Zahid Khan

References

Florentin Smarandache (2014): Introduction to Neutrosophic Statistics. ISBN: 9781599732749

See Also

nmean,interval_add.

Examples

Run this code
data <- list(6, c(2, 5), 30, c(18, 24))
sd <- nstd(data)
print(sd)

Run the code above in your browser using DataLab