Sie sind auf Seite 1von 2

BAB I PENDAHULUAN

https://digitalcommons.library.tmc.edu/do/search/?q=time%20series&sta
rt=0&context=51918&facet=

1.1 Larain
library(TSA)
library(latticeExtra)
data(larain, package = "TSA")
xyplot(larain, ylab = "Inches", xlab = "Year", type = "o")

1.2 Ll
data(color)
xyplot(color, ylab = "Color property", xlab = "Batch", type = "o")
1.3 Random
xyplot(as.ts(rnorm(48)))
xyplot(as.ts(rnorm(48)))
1.4 Ll

xyplot(as.ts(rchisq(48, 2)))
xyplot(as.ts(rchisq(48, 2)))
1.5 Lll
1.6

Das könnte Ihnen auch gefallen