expsmooth (version 2.3)

dji: Monthly Dow Jones Index

Description

Monthly Dow Jones Index: Open, High, Low, Close. Jan 1990 - Mar 2007

Usage

data(dji)

Arguments

Format

multiple time series

Source

Hyndman, R.J., Koehler, A.B., Ord, J.K., and Snyder, R.D., (2008) Forecasting with exponential smoothing: the state space approach, Springer.

References

http://www.exponentialsmoothing.net

Examples

Run this code
plot(dji,plot.type="single",main="Dow Jones Index",xlab="Year",ylab="",col=1:4)
legend("bottomright",legend=colnames(dji),col=1:4,lty=1)

Run the code above in your browser using DataCamp Workspace