ftse | R Documentation |
Daily returns ( index, 1991–1998.
data(ftse)
A time series.
Davison, A. C. (2003) Statistical Models. Cambridge University Press. Page 266.
data(ftse)
plot(ftse,type="l",xlab="Time",ylab="Percent return")
plot(exp(cumsum(ftse/100)),type="l",xlab="Time",ylab="Relative closing value")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.