File:Correlation examples.png

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

Original file(824 × 346 pixels, file size: 15 KB, MIME type: image/png)

Captions

Captions

Add a one-line explanation of what this file represents
Description See below.
Date 8 December 2007 (original upload date)
Source Transferred from en.wikipedia to Commons by jtneill.
Mathematica Logo 
This diagram was created with Mathematica.
Author Imagecreator at English Wikipedia
Other versions File:CovrarianceCorrelation.svg, File:Correlation examples2.svg
[[:File:CovrarianceCorrelaخن tion.svg]] is a vector version of this file.

Error: No SVG image by that name exists. Please make sure to use the correct format: {{Vector version available|new image name}}.


File:Correlation examples.png → [[:File:CovrarianceCorrelaخن tion.svg]]

For more information, see Help:SVG.

In other languages
Alemannisch  Bahasa Indonesia  Bahasa Melayu  British English  català  čeština  dansk  Deutsch  eesti  English  español  Esperanto  euskara  français  Frysk  galego  hrvatski  Ido  italiano  lietuvių  magyar  Nederlands  norsk bokmål  norsk nynorsk  occitan  Plattdüütsch  polski  português  português do Brasil  română  Scots  sicilianu  slovenčina  slovenščina  suomi  svenska  Tiếng Việt  Türkçe  vèneto  Ελληνικά  беларуская (тарашкевіца)  български  македонски  нохчийн  русский  српски / srpski  татарча/tatarça  українська  ქართული  հայերեն  বাংলা  தமிழ்  മലയാളം  ไทย  한국어  日本語  简体中文  繁體中文  עברית  العربية  فارسی  +/−
[[File:CovrarianceCorrelaخن tion.svg|New SVG image|150x150px]]

Summary[edit]

An example of the correlation of x and y for various distributions of (x,y) pairs. It was created by this Mathematica 6 code, which I wrote and release into the public domain (needs makePlot!):

n = 2000;
GraphicsArray[{
  Table[makePlot[
    Table[{RandomReal[NormalDistribution[0, 1]], (1 - Abs[w])*
        RandomReal[NormalDistribution[0, 1]]} . 
      RotationMatrix[-Sign[w]*Pi/4], {i, -1, 1, 2./n}], 1000], {w, 
    1, -1, -1/3}],
  Table[makePlot[Table[{x, slope*x}, {x, -1, 1, 2./n}], 100], {slope, 
    1, -1, -1/3}],
  {
   makePlot[
    Table[{x + RandomReal[]/3, 
      4 (x^2 - 1/2)^2 + RandomReal[]/500} , {x, -1, 1, 2./n}], 2000],
   makePlot[
    Table[{RandomReal[{-1, 1}], RandomReal[{-1, 1}]} . 
      RotationMatrix[-Pi/8], {x, -1, 1, 2./n}], 1400],
   makePlot[
    Table[{RandomReal[{-1, 1}], RandomReal[{-1, 1}]} . 
      RotationMatrix[-Pi/4], {x, -1, 1, 2./n}], 1400],
   makePlot[Table[{x, x^2 + RandomReal[]}/2, {x, -1, 1, 2./n}], 
    1400],
   makePlot[
    Table[{x, x^2 + RandomReal[]/2}*(RandomInteger[1]*2 - 1), {x, -1, 
      1, 2./n}], 1000],
   makePlot[
    Table[{Sin[x*Pi] + RandomReal[NormalDistribution[0, 1/8]], 
      Cos[x*Pi] + RandomReal[NormalDistribution[0, 1/8]]}, {x, -1, 1, 
      2./n}], 1400],
   makePlot[
    Table[{RandomReal[NormalDistribution[0, 1/3]], 
       RandomReal[
        NormalDistribution[0, 1/3]]} + {RandomInteger[1]*2 - 1, 
       RandomInteger[1]*2 - 1}, {x, -1, 1, 2./n}], 1400]
   }
  }]

Licensing[edit]

Public domain This work has been released into the public domain by its author, Imagecreator at English Wikipedia. This applies worldwide.
In some countries this may not be legally possible; if so:
Imagecreator grants anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law.

Original upload log[edit]

The original description page was here. All following user names refer to en.wikipedia.
  • 2007-12-08 19:16 Imagecreator 824×346×8 (20371 bytes) == Summary == An example of the correlation of x and y for various distributions of (x,y) pairs. It was created by this Mathematica 6 code, which I wrote and release into the public domain: <pre> (*Several sets of (x,y) points, with the correlation coef
  • 2007-12-08 18:48 Imagecreator 824×346×8 (21374 bytes) An example of the correlation of x and y for various distributions of (x,y) pairs. It was created by this Mathematica 6 code, which I wrote and release into the public domain: (*Several sets of (x,y) points, with the correlation coefficient of x \ and y

File history

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

Date/TimeThumbnailDimensionsUserComment
current09:33, 2 February 2010Thumbnail for version as of 09:33, 2 February 2010824 × 346 (15 KB)JBW (talk | contribs)Removing "0.0" for correlation coefficient from horizontal line: here corr. coeff. is undefined.
10:27, 18 March 2008Thumbnail for version as of 10:27, 18 March 2008824 × 346 (20 KB)Jtneill (talk | contribs){{Information |Description={{en|An example of the correlation of x and y for various distributions of (x,y) pairs. It was created by this Mathematica 6 code, which I wrote and release into the public domain: n = 2000; GraphicsArray[{ Table[makePlot[

There are no pages that use this file.

File usage on other wikis