goldprice | R Documentation |
The dataset provides the monthly high and low prices (in rupees per gram) of 22-carat gold in six Indian cities: Chennai, Kolkatta,Bangal, .Data were collected from February 2022 to January 2023. This data can be used for neutrosophic statistical analysis of gold price trends.
data("goldprice")
A data frame with 12 observations on the following 13 variables.
Month
a character vector
Chennai_Low
a numeric vector
Chennai_High
a numeric vector
Kolkatta_Low
a numeric vector
Kolkatta_High
a numeric vector
Bangalore_Low
a numeric vector
Bangalore_High
a numeric vector
Madurai_Low
a numeric vector
Madurai_High
a numeric vector
Hyderabad_Low
a numeric vector
Hyderabad_High
a numeric vector
Delhi_Low
a numeric vector
Delhi_High
a numeric vector
Monthly high and low gold prices in Chennai, Kolkatta, and Bangalore. These can be analyzed using neutrosophic statistical methods to evaluate variations and trends.
Indian Daily Gold Prices Android App
Kala Raja Mohan, R. Narmada Devi, Nagadevi Bala Nagaram, T. Bharathi, and Suresh Rasappan (2023): Neutrosophic Statistical Analysis on Gold Rate. Neutrosophic Sets and Systems, 60(1). doi:10.5281/zenodo.7535991
#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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.