Learn R Programming

neutrostat (version 0.0.2)

goldprice: Gold Prices Across Six Indian Cities from February 2022 to January 2023

Description

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.

Usage

data("goldprice")

Arguments

Format

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

Details

Monthly high and low gold prices in Chennai, Kolkatta, and Bangalore. These can be analyzed using neutrosophic statistical methods to evaluate variations and trends.

References

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

Examples

Run this code
#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