#list of low and high gold price for Chennai City
ch<- mapply(function(low, high) list(c(low, high)),
goldprice$Chennai_Low,
goldprice$Chennai_High)
# neutrosophic coefficient of variation
ncv(ch)
Run the code above in your browser using DataLab