File:Acf.svg
From Wikimedia Commons, the free media repository
Acf.svg (SVG file, nominally 217 × 289 pixels, file size: 50 KB)
[edit] Summary
An image of random numbers, with a hidden sine function, with a wavelength every 10 units. The bottom image shows the autocorrelation.
Made using R:
library(RSvgDevice)
x <- rnorm(100) + sin(2*pi*1:100/10)
devSVG("acf.pdf", width=3, height=4)
par(mfrow=c(2,1), mar=c(3.5, 3.5, 0.5, 0.5), mgp=c(2, 0.8, 0), cex=.7)
plot(x, type="o", col="blue", main=NA)
acf(x, 100, main=NA)
dev.off()
Minor edit for dashed line in bottom figure using Inkscape.
|
This chart was created with R. |
[edit] Licensing
|
File history
Click on a date/time to view the file as it appeared at that time.
| Date/Time | Thumbnail | Dimensions | User | Comment | |
|---|---|---|---|---|---|
| current | 23:15, 9 July 2007 | 217×289 (50 KB) | Mwtoews (talk | contribs) | (== Summary == An image of random numbers, with a hidden sine function, with a wavelength every 10 units. The bottom image shows the autocorrelation. Made by User:Mwtoews using the R programming language: library(RSvgDevice) x <- rnorm() |
- Edit this file using an external application (See the setup instructions for more information)
File links
There are no pages that link to this file.