ดูภาพที่มีความละเอียดสูงกว่า(824 × 346 พิกเซล, ขนาดไฟล์: 15 กิโลไบต์, ชนิดไมม์: image/png)

Wikimedia Commons logo รูปภาพหรือไฟล์เสียงนี้ ต้นฉบับอยู่ที่ คอมมอนส์ รายละเอียดด้านล่าง เป็นข้อความที่แสดงผลจาก ไฟล์ต้นฉบับในคอมมอนส์
คอมมอนส์เป็นเว็บไซต์ในโครงการสำหรับเก็บรวบรวมสื่อเสรี ที่ คุณสามารถช่วยได้
คำอธิบาย See below.
วันที่ 8 ธันวาคม พ.ศ. 2550 (original upload date)
แหล่งที่มา นำเข้าจาก en.wikipedia มายังคอมมอนส์ โดย jtneill
 
ไฟล์PNG ภาพกราฟิกส์เวกเตอร์นี้ สร้างขึ้นโดยใช้ Mathematica
ผู้สร้างสรรค์ Imagecreator ที่ วิกิพีเดียภาษาอังกฤษ
เวอร์ชันอื่น File:CovrarianceCorrelation.svg, File:Correlation examples2.svg
ภาพนี้มีภาพในรูปแบบเวกเตอร์ (SVG)
หากภาพ SVG ทำให้การแสดงผลดีกว่า หน้าที่ใช้ภาพนี้ควรเปลี่ยนไปใช้ภาพ SVG แทน

File:Correlation examples.png → File:Correlation examples2.svg

สำหรับข้อมูลเพิ่มเติมเกี่ยวกับภาพเวกเตอร์ ดูที่ การเปลี่ยนไปใช้ภาพ SVG ในคอมมอนส์
นอกจากนี้สามารถดูเพิ่มเติมเกี่ยวกับ ข้อมูลเกี่ยวกับการรองรับภาพ SVG สำหรับซอฟต์แวร์มีเดียวิกิ ได้

ในภาษาอื่นๆ
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  українська  ქართული  հայերեն  বাংলা  தமிழ்  മലയാളം  ไทย  한국어  日本語  简体中文  繁體中文  עברית  العربية  فارسی  +/−
ภาพ SVG

ภาพนี้มีภาพใน[[:File:CovrarianceCorrelaخن tion.svg|รูปแบบเวกเตอร์ (SVG)]]
หากภาพ SVG ทำให้การแสดงผลดีกว่า หน้าที่ใช้ภาพนี้ควรเปลี่ยนไปใช้ภาพ SVG แทน

Image does not exist


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

สำหรับข้อมูลเพิ่มเติมเกี่ยวกับภาพเวกเตอร์ ดูที่ การเปลี่ยนไปใช้ภาพ SVG ในคอมมอนส์
นอกจากนี้สามารถดูเพิ่มเติมเกี่ยวกับ ข้อมูลเกี่ยวกับการรองรับภาพ SVG สำหรับซอฟต์แวร์มีเดียวิกิ ได้

ในภาษาอื่นๆ
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|ภาพ SVG|150x150px]]

ความย่อ

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]
   }
  }]

การอนุญาตใช้สิทธิ

Public domain งานนี้ได้ถูกเผยแพร่สู่สาธารณสมบัติโดยเจ้าของ Imagecreator ที่ วิกิพีเดียภาษาอังกฤษ ซึ่งมีผลทั่วโลก
ในบางประเทศ การกระทำดังกล่าวอาจไม่สามารถทำได้ตามกฎหมาย
Imagecreator อนุญาตให้ทุกคนมีสิทธิ์ในการใช้ไฟล์นี้ในทุกเหตุผลการใช้ โดยไม่มีมีเงื่อนไข เว้นแต่กฎหมายไม่อนุญาตให้ทำเช่นนั้น

บันทึกการอัพโหลด

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

คำบรรยายโดยย่อ

เพิ่มคำบรรยายทรรทัดเดียวเพื่อขยายความว่าไฟล์นี้มีอะไร

ไอเทมที่แสดงอยู่ในไฟล์นี้

ประกอบด้วย

MIME type อังกฤษ

image/png

checksum อังกฤษ

bb8ddae02ac1df1c7577cdca1325347c11ecac3b

data size อังกฤษ

15,745 ไบต์

346 พิกเซล

824 พิกเซล

ประวัติไฟล์

คลิกวันที่/เวลาเพื่อดูไฟล์ที่ปรากฏในขณะนั้น

วันที่/เวลารูปย่อขนาดผู้ใช้ความเห็น
ปัจจุบัน16:33, 2 กุมภาพันธ์ 2553รูปย่อสำหรับรุ่นเมื่อ 16:33, 2 กุมภาพันธ์ 2553824 × 346 (15 กิโลไบต์)JBWRemoving "0.0" for correlation coefficient from horizontal line: here corr. coeff. is undefined.
17:27, 18 มีนาคม 2551รูปย่อสำหรับรุ่นเมื่อ 17:27, 18 มีนาคม 2551824 × 346 (20 กิโลไบต์)Jtneill{{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[

หน้าต่อไปนี้ โยงมาที่ภาพนี้:

การใช้ไฟล์ข้ามโครงการ

วิกิอื่นต่อไปนี้ใช้ไฟล์นี้: