Dataja:IQ curve.svg

Seiteninhalte werden in anderen Sprachen nicht unterstützt.
Z Wikipedije

Originalna dataja(dataja SVG, nominalnje: 600 × 480 piksele, wjelikosć dataje: 9 kB)

Toś ta dataja jo z Wikimedia Commons a dajo se pśez druge projekty wužywaś. Wopisanje na jeje boku datajowego wopisanja pokazujo se dołojce.

Zespominanje

wopis Current IQ tests typically have standard scores such that the mean score is 100 with each standard deviation from the mean counting for 15 IQ points.[1] The plot shows, assuming that such scores have a normal distribution, the percentage of people getting a score versus the score itself, from 55 to 145 IQ, that is over a span of six standard deviations. Spans are represented with different colors for each standard deviation above or below the mean. The plot was created with the following gnuplot code:
SVG‑Erstellung
InfoField
 
Der SVG-Code ist valide.
 
Tuta wektorska grafika je so z Gnuplot zdźěłała.
 
Dieses Chart verwendet Text-Einbettung.
Quelltext
InfoField

Gnuplot code

set terminal svg name 'IQ_curve' size 600,480 font ',10' rounded
set output 'IQ_curve.svg'

mu    = 100.0
sigma = 15.0
from  = 55
to    = 145

# Normal distribution:
# (continuos normalization approximation, good to ~10 digits in this case)
P(x) = exp(-(x - mu)**2 / (2 * sigma**2)) / (sqrt(2 * pi) * sigma) * 100
# By sigma intervals:
oddsi(x) = (int(abs(x - mu) / sigma) % 2) ^ (x < mu)
Pm(x) =               (x == mu)  ? P(x) : 1/0 # sample at mu
Po(x) = ( oddsi(x) && (x != mu)) ? P(x) : 1/0 # samples in odd sigma intervals
Pe(x) = (!oddsi(x) && (x != mu)) ? P(x) : 1/0 # samples in even sigma intervals

set key off
set border 3
set xlabel 'IQ'
set xtics 10 out nomirror
set mxtics 2
set ylabel 'Population, %'
set ytics 1 out nomirror
set mytics 2
set samples (to - from + 1)
set style function impulses
plot [x = from:to] \
 Pm(x) lw 2, \
 Po(x) lw 2, \
 Pe(x) lw 2
Datum
Žrědło Swójske źěło
Awtor Alessio Damato, Mikhail Ryazanov
  1. Kaufman, A.S. (2009) IQ Testing 101, New York (NY): Springer Publishing, S. 104−109 ISBN: 978-0-8261-0629-2.

Licencěrowanje

Ja, awtor tutoho dźěła, wozjewjam je z tym pod slědowacymi licencami:
GNU head Směće tutón dokument pod wuměnjenjemi licency GNU Free Documentation License, wersija 1.2 abo nowša wersija, wozjewjeneje wot załožby Free Software Foundation kopěrować, rozšěrjeć a/abo změnić; njejsu njezměnite wotrězki, njeje žadyn prědni a žadyn zadni wobalkowy tekst. Kopija licency je we wotrězku z titulom GNU Free Documentation License wobsahowana.
w:dsb:Creative Commons
pśipokazanje źěliś
Toś ta dataja jo pód licencu Creative Commons Attribution-Share Alike 3.0 Unported licencěrowana
Smějoš:
  • gromaźe wužywaś – źěło kopěrowaś, rozšyriś a dalej daś
  • změšaś – aby źěło pśiměrił
Pód slědujucymi wuměnjenjami:
  • pśipokazanje – Musyš źěło pó wašni pśipokazaś, kótaruž awtor abo licencowaŕ jo pódał (ale nic pó wašni, až by se gódało, až wón tebje abo twójo wužywanje źěła schwalijo).
  • źěliś – Jolic měnjaš, pśetworjaš toś to źěło abo na njo natwarjaš, móžoš gótowe źěło jano pód teju sameju licencu ako toś ta rozšyriś.
Tuta licencna marka je so tutej dataji jako dźěl licencneje aktualizacije přidała.
w:dsb:Creative Commons
pśipokazanje źěliś
Diese Datei ist unter den Creative-Commons-Lizenzen „Namensnennung – Weitergabe unter gleichen Bedingungen 2.5 generisch“, „2.0 generisch“ und „1.0 generisch“ lizenziert.
Smějoš:
  • gromaźe wužywaś – źěło kopěrowaś, rozšyriś a dalej daś
  • změšaś – aby źěło pśiměrił
Pód slědujucymi wuměnjenjami:
  • pśipokazanje – Musyš źěło pó wašni pśipokazaś, kótaruž awtor abo licencowaŕ jo pódał (ale nic pó wašni, až by se gódało, až wón tebje abo twójo wužywanje źěła schwalijo).
  • źěliś – Jolic měnjaš, pśetworjaš toś to źěło abo na njo natwarjaš, móžoš gótowe źěło jano pód teju sameju licencu ako toś ta rozšyriś.
Móžoš licencu swójeje wólby wubraś.

Krótkowopisy

Dodaj jednolinkowy wopis tuteje dataje.

W tutej dataji zwobraznjene objekty

motiw górnoserbšćina

tworićel górnoserbšćina

Někajka hódnota bjez zapiska pola Wikidata

status awtorskich prawow górnoserbšćina

žórło dataje górnoserbšćina

2. nowembra 2012

MIME-Typ nimšćina

image/svg+xml

Stawizny dataje

Tłoc na datum/cas aby tencasna wersija se lodowała.

datum/casPśeglědowy wobrazrozměryWužywaŕKomentar
něntejšny27. nowembra 2020, 01:11Pśeglědowy wobraz za wersiju wót 27. nowembra 2020, 01:11600x480 (9 kB)ParanajaReverted to version as of 21:27, 2 November 2012 (UTC)
2. nowembra 2012, 23:27Pśeglědowy wobraz za wersiju wót 2. nowembra 2012, 23:27600x480 (9 kB)Mikhail RyazanovIQ values are now integers; gnuplot-only approach
6. decembra 2006, 11:20Pśeglědowy wobraz za wersiju wót 6. decembra 2006, 11:20600x480 (12 kB)Alejo2083 {{Information |Description= The IQ test is made so that most of the people will score 100 and the distribution will have the shape of a Gaussian function, with a standard deviation of 15. The plot shows the percentage of people getting a score versus the

Žedne boki njewótkazuju na toś tu dataju.

Globalne wužywanje datajow

Slědujuce druge wikije wužywaju toś ten wobraz:

Dalšne globalne wužywanje toś teje dataje pokazaś.

Metadaty