nvar: Variance of the neutrosophic data

View source: R/nvar.R

nvarR Documentation

Variance of the neutrosophic data

Description

Neutrosophic variance is an interval value of the neutrosphic numbers

Usage

nvar(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))
variance <- nvar(data)
print(variance)

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

Related to nvar in neutrostat...