Bestand:IQ curve.svg

Uit Wikipedia, de vrije encyclopedie
Ga naar: navigatie, zoeken
IQ_curve.svg(SVG-bestand, nominaal 600 × 480 pixels, bestandsgrootte: 12 kB)
Commons-logo.svg

[bewerken] Beschrijving

Beschrijving 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. In order to create it, the following Octave code was run:
%standard deviation:
sigma = 15;

%IQ values:
IQ=55.5:144.5;

%Gaussian function:
G=exp(-(IQ-100).^2./(2*sigma^2));
H=exp(-(IQ-100).^2./(2*sigma^2));

%Normalisation in the [0:100] range
G=100*G/sum(G);
H=100*H/sum(H);

%to plot them in different colors
G(1:15)=0;
G(31:45)=0;
G(61:75)=0;

H(16:30)=0;
H(46:60)=0;
H(76:90)=0;

%output to text file:
T=[IQ; G; H];
T = T';
save -ascii 'IQ_curve.dat' T;

A symmetric plot was desired, therefore the domain was shifted by 0.5. It saves the samples in an external file called IQ_curve.dat. To get the plot in different colours, the function is split in two different functions: when one is zero the other one is non-null and vice versa. Plotting G and H will get the effect desired. In order to get the SVG, the following Gnuplot code was used:

set terminal svg
set output "IQ_curve.svg"
set xrange [55.5:144.5]
set key off
set xzeroaxis linetype -1 linewidth 0.5
set yzeroaxis linetype -1 linewidth 0.5
set xtics axis
set ytics axis
plot "IQ_curve.dat" using 1:2 with impulses linewidth 1.5, \
     "IQ_curve.dat" using 1:3 with impulses linewidth 1.5

Then I post-processed the file with Inkscape.

  1. Kaufman, A.S. (2009(2009)) IQ Testing 101 New York (NY): Springer Publishing , pp. 104-109 ISBN: 978-0-8261-0629-2.
Datum 6 december 2006(2006-12-06)
Bron own work
Lissajous small.svg
Deze vectorafbeelding is gemaakt met gnuplot.
Auteur Alessio Damato

[bewerken] Licentie

Ik, de auteursrechthebbende van dit werk, maak het hierbij onder de volgende licenties beschikbaar:
GNU head Toestemming wordt verleend voor het kopiëren, verspreiden en/of wijzigen van dit document onder de voorwaarden van de GNU-licentie voor vrije documentatie, versie 1.2 of enige latere versie als gepubliceerd door de Free Software Foundation; zonder Invariant Sections, zonder Front-Cover Texts, en zonder Back-Cover Texts. Een kopie van de licentie is opgenomen in de sectie GNU-licentie voor vrije documentatie.

w:nl:Creative Commons
Naamsvermelding Gelijk delen
Dit bestand is gelicenseerd onder de Creative Commons-licentie Naamsvermelding-Gelijk delen 3.0 Unported
De gebruiker mag:
  • Delen – het werk kopiëren, verspreiden en doorgeven
  • Remixen – afgeleide werken maken
Onder de volgende voorwaarden:
  • Naamsvermelding – De gebruiker dient bij het werk de door de maker of de licentiegever aangegeven naam te vermelden (maar niet zodanig dat de indruk gewekt wordt dat zij daarmee instemmen met uw werk of uw gebruik van het werk).
  • Gelijk delen – Indien de gebruiker het werk bewerkt kan het daaruit ontstane werk uitsluitend worden verspreid krachtens dezelfde licentie als de onderhavige licentie, een gelijksoortige of een compatible licentie.
Deze licentietag is toegevoegd aan dit bestand in verband met de GFDL licentie-update.

w:nl:Creative Commons
Naamsvermelding Gelijk delen
Dit bestand is gelicenseerd onder de Creative Commons-licenties Naamsvermelding-Gelijk delen 2.5 Algemeen, 2.0 Algemeen en 1.0 Algemeen.
De gebruiker mag:
  • Delen – het werk kopiëren, verspreiden en doorgeven
  • Remixen – afgeleide werken maken
Onder de volgende voorwaarden:
  • Naamsvermelding – De gebruiker dient bij het werk de door de maker of de licentiegever aangegeven naam te vermelden (maar niet zodanig dat de indruk gewekt wordt dat zij daarmee instemmen met uw werk of uw gebruik van het werk).
  • Gelijk delen – Indien de gebruiker het werk bewerkt kan het daaruit ontstane werk uitsluitend worden verspreid krachtens dezelfde licentie als de onderhavige licentie, een gelijksoortige of een compatible licentie.

U mag zelf één van de licenties kiezen.

Bestandsgeschiedenis

Klik op een datum/tijd om het bestand te zien zoals het destijds was.

Datum/tijdMiniatuurAfmetingenGebruikerOpmerking
huidige versie6 dec 2006 11:20Miniatuurafbeelding voor de versie van 6 dec 2006 om 11:20600 × 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

Dit bestand wordt op de volgende 2 pagina's gebruikt:

Globaal bestandsgebruik

De volgende andere wiki's gebruiken dit bestand:

Globaal gebruik van dit bestand bekijken.

Metadata

Persoonlijke instellingen
Naamruimten

Varianten
Weergaven
Handelingen
Navigatie
Informatie
Hulpmiddelen