powered by
Neutrosophic quantiles provide three quantile interval values of the neutrosophic data
nquant(data)
A named list containing the first, second and third quantile interval values where each quantile is represented as an interval value
A list of neutrosophic numbers.Each neutrosophic number is represented by an interval.
Zahid Khan
Florentin Smarandache (2014): Introduction to Neutrosophic Statistics. ISBN: 9781599732749
nmedian.
nmedian
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