nsummary: summary of the neutrosophic data

View source: R/nsummary.R

nsummaryR Documentation

summary of the neutrosophic data

Description

Descriptive summary of the neutrosphic numbers

Usage

nsummary(data)

Arguments

data

data is a list of neutrosophic numbers

Value

Data frame of descriptive neutrosophic statistics.

Author(s)

Zahid Khan

References

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

See Also

interval_add,interval_div.

Examples

data <- list(c(1, 2), c(4), c(2, 3),c(5,11),c(4,8),c(20,25))
s <- nsummary(data)
print(s)

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