Displaying 1 result from an estimated 1 matches for "bmwlr".
2010 Apr 17
2
interpreting acf plot
...clear workspace
# =========================================================================================
# EXERCISE 1.(c)
# =========================================================================================
# load dataset from web
#bmwlr <- scan("http://stat.ethz.ch/Teaching/Datasets/bmw.dat")
# load dataset from file
bmwlr <- scan("/Users/bravegag/code/compstats/bmw.dat")
par(mfrow=c(1,2)) # visualize two plots
ac...