File:Acf.svg

From Wikimedia Commons, the free media repository

Jump to: navigation, search

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.


Rlogo.png

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 | Eesti | Suomi | Français | Gaeilge | Magyar | Italiano | 한국어 | Lietuvių | Македонски | Plattdüütsch | Nederlands | Polski | Português | Русский | ไทย | +/−

Creative Commons license
Creative Commons Attribution Creative Commons Share Alike
This file is licensed under the Creative Commons Attribution ShareAlike 3.0 License. In short: you are free to share and make derivative works of the file under the conditions that you appropriately attribute it, and that you distribute it only under a license identical to this one. Official license Subject to disclaimers.

This licensing tag was added to this file as part of the GFDL licensing update.


English | Suomi | Italiano | Македонски | Српски / Srpski | العربية | +/−

Creative Commons license
Creative Commons Attribution Creative Commons Share Alike
This file is licensed under the Creative Commons Attribution ShareAlike 2.5, Attribution ShareAlike 2.0 and Attribution ShareAlike 1.0 License. In short: you are free to share and make derivative works of the file under the conditions that you appropriately attribute it, and that you distribute it only under a license identical to this one.

العربية | Беларуская (тарашкевіца) | Български | Català | Česky | Dansk | Deutsch | Ελληνικά | English | Español | Eesti | Euskara | فارسی | Suomi | Français | Galego | עברית | Hrvatski | Հայերեն | Italiano | 日本語 | 한국어 | Lietuvių | Македонски | Plattdüütsch | Nederlands | Polski | Português | Română | Русский | Српски / Srpski | Svenska | தமிழ் | తెలుగు | ไทย | Türkçe | Vèneto | Tiếng Việt | 中文 | ‪中文(简体)‬ | ‪中文(繁體)‬ | +/−

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/TimeThumbnailDimensionsUserComment
current23:15, 9 July 2007Thumbnail for version as of 23:15, 9 July 2007217×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()

There are no pages that link to this file.