nquant {neutrostat}R Documentation

Quantiles of the neutrosophic data

Description

Neutrosophic quantiles provide three quantile interval values of the neutrosophic data

Usage

nquant(data)

Arguments

data

A list of neutrosophic numbers.Each neutrosophic number is represented by an interval.

Value

A named list containing the first, second and third quantile interval values where each quantile is represented as an interval value

Author(s)

Zahid Khan

References

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

See Also

nmedian.

Examples

data <- list(c(5, 10), c(4,6), c(2, 3),c(4,8))
q <- nquant(data)
print(q)

[Package neutrostat version 0.0.2 Index]