returns | R Documentation |
These data correspond to the returns on closing prices of the Colcap, Bovespa, and S&P 500 indexes from February 10, 2010 to March 31, 2016 (1505 time points). Colcap is a leading indicator of the price dynamics of the 20 most liquid shares on the Colombian stock market. Bovespa is the Brazilian stock market index, the world's thirteenth largest and most important stock exchange, and the first in Latin America. Finally, the Standard & Poor's 500 (S&P 500) index is a stock index based on the 500 largest companies in the United States.
data(returns)
A data frame with 1505 rows and 4 variables:
a vector that indicates the date each measurement was performed.
a numerical vector indicating the returns on closing prices of COLCAP.
a numerical vector indicating the returns on closing prices of SP500.
a numerical vector indicating the returns on closing prices of BOVESPA.
Romero, L.V. and Calderon, S.A. (2021) Bayesian estimation of a multivariate TAR model when the noise process follows a Student-t distribution. Communications in Statistics - Theory and Methods, 50, 2508-2530.
data(returns)
dev.new()
plot(ts(as.matrix(returns[,-1])), main="Returns")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.