Learn R Programming

MCMC4Extremes (version 1.1)

ibovespa: Daily returns of ibovespa

Description

These data are the daily returns of ibovespa from 2000 to 2009.

Usage

data(ibovespa)

Arguments

Format

A data frame with 2369 observations on the following 4 variables.
month
a numeric vector with month
day
a numeric vector with day
year
a numeric vector with year
returns
a numeric vector with returns

Examples

Run this code
data(ibovespa)
hist(ibovespa[,4], main=NULL)

Run the code above in your browser using DataLab