nstd: Standard deviation of the neutrosophic data

View source: R/nstd.R

nstdR 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

nmean,interval_add.

Examples

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

neutrostat documentation built on Oct. 11, 2024, 9:07 a.m.

Related to nstd in neutrostat...