File:IQ curve.svg

Page contents not supported in other languages.
Frae Wikipedia, the free beuk o knawledge

Oreeginal file(SVG file, nominallie 600 × 480 pixels, file size: 9 KB)

This file is fae Wikimedia Commons n micht be uised bi ither waurks. The descreeption oan its file descreeption page thaur is shawn ablo.

Ootline

Descreeption 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 genesis
InfoField
 
The SVG code is valid.
 
This chart was created with Gnuplot.
 
This chart uses translateable embedded text.
Source code
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
Date
Soorce Ain wirk
Author Alessio Damato, Mikhail Ryazanov
  1. Kaufman, A.S. (2009) IQ Testing 101, New York (NY): Springer Publishing, pp. 104−109 ISBN: 978-0-8261-0629-2.

Licensin

I, the copyright holder of this work, hereby publish it under the following licenses:
GNU head Permission is grantit tae copy, distribute an/or modify this document unner the terms o the GNU Free Documentation License, Version 1.2 or ony later version published bi the Free Software Foundation; wi no Invariant Sections, no Front-Cover Texts, an no Back-Cover Texts. A copy o the license is includit in the section enteetled GNU Free Documentation License.
w:en:Creative Commons
attribution share alik
This file is licensed unner the Creative Commons Attribution-Share Alike 3.0 Unported license.
Ye are free:
  • tae share – tae copy, distribute an transmit the wirk
  • tae remix – tae adapt the wirk
Unner the follaein condeetions:
  • attribution – Ye must attribute the wirk in the manner specified bi the author or licensor (but nae in ony way that suggests that thay endorse ye or yer uise o the wirk).
  • share alik – If ye alter, transform, or big upon this wirk, ye mey distribute the resultin wirk anly unner the same or seemilar license tae this ane.
This licensing tag was added to this file as part of the GFDL licensing update.
w:en:Creative Commons
attribution share alik
This file is licensed under the Creative Commons Attribution-Share Alike 2.5 Generic, 2.0 Generic and 1.0 Generic license.
Ye are free:
  • tae share – tae copy, distribute an transmit the wirk
  • tae remix – tae adapt the wirk
Unner the follaein condeetions:
  • attribution – Ye must attribute the wirk in the manner specified bi the author or licensor (but nae in ony way that suggests that thay endorse ye or yer uise o the wirk).
  • share alik – If ye alter, transform, or big upon this wirk, ye mey distribute the resultin wirk anly unner the same or seemilar license tae this ane.
Ye mey select the license o yer choice.

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

image/svg+xml

File history

Clap oan ae date/time fer tae see the file aes it kithed at that time.

Date/TimeThummnailDimensionsUiserComment
current23:11, 26 November 2020Thumbnail fer version aes o 23:11, 26 November 2020600 × 480 (9 KB)ParanajaReverted to version as of 21:27, 2 November 2012 (UTC)
21:27, 2 November 2012Thumbnail fer version aes o 21:27, 2 November 2012600 × 480 (9 KB)Mikhail RyazanovIQ values are now integers; gnuplot-only approach
09:20, 6 December 2006Thumbnail fer version aes o 09:20, 6 December 2006600 × 480 (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

The'r nae pages airts tae this eimage.

Global file uisage

The follaein ither wikis uise this file:

View mair global usage o this file.

Metadata