Image:Acf.svg

From Wikipedia, the free encyclopedia

Acf.svg (SVG file, nominally 217 × 289 pixels, file size: 50 KB)

Wikimedia Commons logo This is a file from the Wikimedia Commons. The description on its description page there is shown below.
Commons is a freely licensed media file repository. You can help.

[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

I, the copyright holder of this work, hereby publish it under the following licenses:
GNU head Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.

Subject to disclaimers.


Asturianu | Български | Català | Deutsch | English | Español | Français | Gaeilge | Italiano | 한국어 | 日本語 | Polski | Português | Română | Türkçe | +/-

Some rights reserved
Creative Commons Attribution iconCreative Commons Share Alike icon
This file is licensed under the Creative Commons Attribution ShareAlike license versions 2.5, 2.0, and 1.0

العربية | Български | Català | Česky | Dansk | Deutsch | English | Español | Euskara | فارسی | Français | עברית | Italiano | 日本語 | 한국어 | Lietuvių | Nederlands | Polski | Português | Русский | Svenska | தமிழ் | Türkçe | 中文 | 中文 | +/-

You may select the license of your choice.

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeDimensionsUserComment
current23:15, 9 July 2007217×289 (50 KB)Mwtoews (== 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()
The following pages on the English Wikipedia link to this file (pages on other projects are not listed):