nquant | R Documentation |
Neutrosophic quantiles provide three quantile interval values of the neutrosophic data
nquant(data)
data |
A list of neutrosophic numbers.Each neutrosophic number is represented by an interval. |
A named list containing the first, second and third quantile interval values where each quantile is represented as an interval value
Zahid Khan
Florentin Smarandache (2014): Introduction to Neutrosophic Statistics. ISBN: 9781599732749
nmedian
.
data <- list(c(5, 10), c(4,6), c(2, 3),c(4,8))
q <- nquant(data)
print(q)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.