Learn R Programming

neutrostat (version 0.0.2)

ncv: CV of the neutrosophic data

Description

Neutrosophic coefficient of variation is an interval value of the neutrosphic numbers

Usage

ncv(data)

Value

Interval cv value.

Arguments

data

data is a list of neutrosophic numbers

Author

Zahid Khan

References

Florentin Smarandache (2014): Introduction to Neutrosophic Statistics. ISBN: 9781599732749 Hussein Al-Marshadi, Ali and Aslam, Muhammad and Abdullah, Alharbey (2021): Uncertainty-Based Trimmed Coefficient of Variation with Application, Journal of Mathematics, 2021(1), pages 5511904. Wiley Online Library. doi:10.1155/2021/5511904

Kandemir, Hacer Şengül and Aral, Nazlım Deniz and Karakaş, Murat and Et, Mikail (2024): Neutrosophic Statistical Analysis of Temperatures of Cities in the Southeastern Anatolia Region of Turkey, Neutrosophic Systems with Applications, 14, pp. 50-59. doi:10.61356/j.nswa.2024.119

See Also

nmean,nstd.

Examples

Run this code
data <- list(c(1, 2), c(4), c(2, 3))
mean <- nmean(data)
print(mean)

Run the code above in your browser using DataLab