Սկզբնական նիշք(SVG-նիշք, անվանապես 990 × 720 փիքսել, նիշքի չափը՝ 59 ԿԲ)

Այս նիշքը տեղադրված է Վիքիպահեստում է և այն կարող է օգտագործվել այլ նախագծերի կողմից։ Վիքիպահեստում նիշքի մասին տեղեկությունների հիմնական մասը ներկայացված է ստորև։

Նկարագրում

This graphic represents the four datasets defined by Francis Anscombe for which some of the usual statistical properties (mean, variance, correlation and regression line) are the same, even though the datasets are different.

Reference:

  • Anscombe, Francis J. (1973) Graphs in statistical analysis. American Statistician, 27, 17–21.
Թվական (UTC)
Աղբյուր Anscombe.svg
Հեղինակ
SVG genesis
InfoField
 
Սա վեկտոր գրաֆիկական պատկեր է ստեղծված է եղել R օգնությամբ: .
This graphic is derived from earlier work by Schutz and the R development core team. As far as their rights and licensing allow, I license my contribution under the all the following licenses. The GPL is the only one I am sure applies.

Վիքիպեդիա

 This is a featured picture on the անգլերեն language Wikipedia (Featured pictures) and is considered one of the finest images.

If you think this file should be featured on Wikimedia Commons as well, feel free to nominate it.
If you have an image of similar quality that can be published under a suitable copyright license, be sure to upload it, tag it, and nominate it.

Ելակետային կոդ
InfoField

R code

R code to create the graphic:
  svg("Anscombe's quartet 3.svg", width=11, height=8)
  op <- par(las=1, mfrow=c(2,2), mar=1.5+c(4,4,1,1), oma=c(0,0,0,0),
            lab=c(6,6,7), cex.lab=2.0, cex.axis=1.3, mgp=c(3,1,0))
  ff <- y ~ x
  for(i in 1:4) {
    ff[[2]] <- as.name(paste("y", i, sep=""))
    ff[[3]] <- as.name(paste("x", i, sep=""))
    lmi <- lm(ff, data= anscombe)
    xl <- substitute(expression(x[i]), list(i=i))  
    yl <- substitute(expression(y[i]), list(i=i))
    plot(ff, data=anscombe, col="red", pch=21, cex=2.4, bg = "orange", 
         xlim=c(3,19), ylim=c(3,13)
         , xlab=eval(xl), ylab=yl  # for version 3
        )  
    abline(lmi, col="blue")
  }
  par(op)
  dev.off()
Ես, այս աշխատանքի հեղինակային իրավունքների տերը, ներկա հրատարակում եմ սրա հետևյալ լիցենզիաների պայմաններով
GNU head

This work is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or any later version. This work is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose. See version 2 and version 3 of the GNU General Public License for more details.

w:en:Creative Commons
հղում համանման տարածում
Այս նիշքը հասանելի է Creative Commons Attribution-Share Alike 3.0 Unported արտոնագրի ներքո:
Դուք ազատ եք՝
  • կիսվել ստեղծագործությամբ – պատճենել, տարածել և փոխանցել այս աշխատանքը։
  • վերափոխել – ադապտացնել աշխատանքը
Պահպանելով հետևյալ պայմանները'
  • հղում – Դուք պետք է նշեք հեղինակի (իրավատիրոջ) հղումը:
  • համանման տարածում – Եթե դուք ձևափոխում եք, փոխակերպում, կամ այս աշխատանքի հիման վրա ստեղծում եք նոր աշխատանք, ապա ձեր ստեղծածը կարող է տարածվել միայն նույն կամ համարժեք թույլատրագրով։
GNU head Այս վավերագրման պատճենահանման, տարածման և/կամ ձևափոխման թույլտվություն կամ լիցենզիայի GNU FDL պայմաններով 1.2 մեկնակերպի կամ ավելի ուշ, հրատարակված Ազատ ծրագրային ապահովության հիմնադրամում, առանց անփոփոխելի հատվածների, առանց բնագիրների, որոնք տեղադրված են առաջին և վերջին շապիկներում: Լիցենզիայի պատճենը գտնվում է GNU Free Documentation License հատվածում:
Կարող եք ընտրել այս թույլատրագրերից ցանկացածը։

Original upload log

This image is a derivative work of the following images:

  • File:Anscombe.svg licensed with GPL
    • 2007-01-15T00:07:48Z Schutz 990x677 (90185 Bytes)
    • 2007-01-15T00:05:45Z Schutz 990x677 (90340 Bytes)
    • 2006-06-13T21:37:54Z Schutz 1044x750 (95808 Bytes)
    • 2006-06-13T18:27:51Z Schutz 1125x875 (95747 Bytes)

Uploaded with derivativeFX

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

պատկերված

26 Մարտի 2010

checksum անգլերեն

4e4e8edffc872960f88c94479d660040f8d9ca9a

data size անգլերեն

60 580 Բայթ

720 փիքսել

990 փիքսել

Նիշքի պատմություն

Մատնահարեք օրվան/ժամին՝ նիշքի այդ պահին տեսքը դիտելու համար։

Օր/ԺամՄանրապատկերՕբյեկտի չափըՄասնակիցՄեկնաբանություն
ընթացիկ17:18, 26 Մարտի 201017:18, 26 Մարտի 2010 տարբերակի մանրապատկերը990 × 720 (59 ԿԲ)AvenueIncrease size of axis titles
17:09, 26 Մարտի 201017:09, 26 Մարտի 2010 տարբերակի մանրապատկերը990 × 720 (59 ԿԲ)Avenue{{Information |Description=This graphic represents the four datasets defined by Francis Anscombe for which some of the usual statistical properties (mean, variance, correlation and regression line) are the same, even though the datasets are different. |So

Հետևյալ էջը հղվում է այս նիշքին՝

Նիշքի համընդհանուր օգտագործում

Հետևյալ այլ վիքիները օգտագործում են այս նիշքը՝

Տեսնել այս նիշքի ավելի համընդհանուր օգտագործումը: