Learn R Programming

neutrostat (version 0.0.2)

nquant: Quantiles of the neutrosophic data

Description

Neutrosophic quantiles provide three quantile interval values of the neutrosophic data

Usage

nquant(data)

Value

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

Arguments

data

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

Author

Zahid Khan

References

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

See Also

nmedian.

Examples

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

Run the code above in your browser using DataLab