Learn R Programming

mtarm (version 0.1.8)

US.returns: U.S. Stock Returns

Description

The dataset comprises observations of both continuously compounded and simple returns derived from the S&P 500 index, along with the first difference of the Chicago Board Options Exchange Market Volatility Index (VIX). The sample period spans from January 5, 1990, to March 30, 2012.

Usage

data(US.returns)

Arguments

Format

A data frame with 5606 rows and 4 variables:

Date

A vector indicating the date of each observation.

CCR

A numeric vector giving the continuously compounded returns.

SR

A numeric vector giving the simple returns.

dVIX

A numeric vector giving (the first difference of) the Chicago Board Options Exchange Market Volatility Index (VIX).

References

Massacci, D. (2014) A two-regime threshold model with conditional skewed student-t distributions for stock returns. Economic Modelling, 43, 9-20.

Examples

Run this code
data(US.returns)
dev.new()
plot(ts(as.matrix(US.returns[,-1])), main="Returns and (the first difference of) VIX")

Run the code above in your browser using DataLab