| ch07data | R Documentation |
Financial time series used in examples in chapter 7.
data(d.ibm6298wmx)
data(d.intc7297)
a zoo object of 9190 observations on several series relating to IBM stock, 1962-07-03 to 1998-12-31:
daily simple returns in percentages of IBM stock
numbers 1:9190
mean-corrected log returns
1 for October, November, December, and 0 otherwise
an indicator variable for the behavior of the previous trading day. Specifically, this is 1 if the meanCorrectedLogRtns for the previous day was at most (-0.025).
number of the last 5 days for which the meanCorrectedLogRtns exceeded +/-2.5
an annual trend defined as (year-1961)/38.
a volatility series based on a Gaussian GARCH(1,1) model for the mean-corrected log returns.
The simpleDailyRtns and the zoo index are from 'd-ibm6298.txt' from the book's web site.
The 'day' and 'meanCorrectedLogRtns' are from 'd-ibmln98wm.txt'.
The last 5 columns are from 'd-ibml25x.txt'; they are described on p. 332 of the book.
a zoo object of daily log returns of Intel stock, 1972-12-15 to 1997-12-31.
https://faculty.chicagobooth.edu/ruey-s-tsay/teaching
Ruey Tsay (2005) Analysis of Financial Time Series, 2nd ed. (Wiley, ch. 7)
ch01data,
ch02data,
ch03data,
ch04data,
ch05data,
ch06data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.