Image:Acf.svg
From Psychology Wiki
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.
[edit] Licensing
|
| This page uses content from the Wikimedia Commons. The original content was at Image:Acf.svg. The list of authors can be seen in the page history. As with this Psychology Wiki wiki, that portion of the content of Wikimedia Commons is available under the GNU Free Documentation License. |
File history
Click on a date/time to view the file as it appeared at that time.
| Date/Time | User | Dimensions | File size | Comment | |
|---|---|---|---|---|---|
| current | 12:34, 5 November 2007 | PhloxBot (Talk | contribs) | 217×289 | 50 KB | == 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: <pre> library(RSvgDevice) |
- Edit this file using an external application
See the setup instructions for more information.
Links
The following pages link to this file: