Learn R Programming

huge (version 1.2.2)

stockdata: Stock price of S&P 500 companies from 2003 to 2008

Description

This data set consists of stock price and company information.

Usage

data(stockdata)

Arguments

format

The format is a list containing conatins two matrices. 1. data - 1258x452, represents the 452 stocks' close prices for 1258 trading days. 2. info - 452x3: The 1st column: the query symbol for each company. The 2nd column: the categoriy for each company. The 3rd column: the full name of each company.

source

It is publicly available at http://ichart.finance.yahoo.com

Details

This data set can be used to perform high-dimensional graph estimation to analyze the relationships between S&P 500 companies.

References

M. Kolar, A. Parikh and E. Xing, On Sparse Nonparametric Conditional Covariance Selection, International Conference on Machine Learning, 2010.

Examples

Run this code
data(stockdata)
image(stockdata$data)
stockdata$info

Run the code above in your browser using DataLab