ファイル:IQ_curve.svg
[Wikipedia|▼Menu]

ファイル

ファイルの履歴

ファイルの使用状況

グローバルなファイル使用状況

メタデータ
この SVG ファイルのこの PNG プレビューのサイズ: 600 × 480 ピクセル. その他の解像度: 300 × 240 ピクセル 。750 × 600 ピクセル 。960 × 768 ピクセル 。1,280 × 1,024 ピクセル。

元のファイル ‎(SVG ファイル、600 × 480 ピクセル、ファイルサイズ: 9キロバイト)



このファイルは、ウィキメディア・コモンズから呼び出されています。

このファイルは、他のプロジェクトで使用されている可能性があります。

このファイルの解説やノートへの記入、履歴などの詳細の確認は、ウィキメディア・コモンズのファイルページ(ノート/履歴/ログ)を使用してください。
ウィキメディア・コモンズのファイルページにある説明を、以下に表示します。

概要

解説IQ curve.svg

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:set terminal svg name 'IQ_curve' size 600,480 font ',10' roundedset output 'IQ_curve.svg'mu = 100.0sigma = 15.0from = 55to = 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 muPo(x) = ( oddsi(x) && (x != mu)) ? P(x) : 1/0 # samples in odd sigma intervalsPe(x) = (!oddsi(x) && (x != mu)) ? P(x) : 1/0 # samples in even sigma intervalsset key offset border 3set xlabel 'IQ'set xtics 10 out nomirrorset mxtics 2set ylabel 'Population, %'set ytics 1 out nomirrorset mytics 2set samples (to - from + 1)set function style impulsesplot [x = from:to] \ Pm(x) lw 2, \ Po(x) lw 2, \ Pe(x) lw 2 Kaufman, A.S. (2009年) IQ Testing 101, New York (NY): Springer Publishing, pp. 104-109 ISBN: 978-0-8261-0629-2.

日付2012年11月2日
原典投稿者自身による作品
作者Alessio Damato, Mikhail Ryazanov

このW3C-unspecified ベクター画像はGnuplotで作成されました.

ライセンスこの作品の著作権者である私は、この作品を以下のライセンスで提供します。

この文書は、フリーソフトウェア財団発行のGNUフリー文書利用許諾書 (GNU Free Documentation License) 1.2またはそれ以降のバージョンの規約に基づき、複製や再配布、改変が許可されます。不可変更部分、表紙、背表紙はありません。このライセンスの複製は、GNUフリー文書利用許諾書という章に含まれています。http://www.gnu.org/copyleft/fdl.htmlGFDLGNU Free Documentation Licensetruetrue


このファイルはクリエイティブ・コモンズ 表示-継承 3.0 非移植ライセンスのもとに利用を許諾されています。

あなたは以下の条件に従う場合に限り、自由に

共有 ? 本作品を複製、頒布、展示、実演することができます。

再構成 ? 二次的著作物を作成することができます。
あなたの従うべき条件は以下の通りです。

表示 ? あなたは原著作者または許諾者が指定した方法でこの作品のクレジットを表示しライセンス情報へのリンクと変更点があるかどうか示さなければなりません 。任意の適切な方法で実施しますが、ただしその人たちが、あなたあるいはあなたの使用を推薦していると示唆する方法はいっさい認められません。

継承 ? あなたがこの作品を改変や変形したり、もしくはこの作品に基づいた作品を作る場合、あなたはその作品をこれと同一もしくは互換性のある許諾条件でのみ頒布できます。

このライセンスのテンプレートは、GFDLのライセンス・アップデートによりこのファイルに追加されたものです。http://creativecommons.org/licenses/by-sa/3.0/CC-BY-SA-3.0Creative Commons Attribution-Share Alike 3.0truetrue


このファイルはクリエイティブ・コモンズ 表示-継承 2.5 一般、2.0 一般、1.0 一般のライセンスのもとに利用を許諾されています。

あなたは以下の条件に従う場合に限り、自由に

共有 ? 本作品を複製、頒布、展示、実演することができます。

再構成 ? 二次的著作物を作成することができます。
あなたの従うべき条件は以下の通りです。

表示 ? あなたは原著作者または許諾者が指定した方法でこの作品のクレジットを表示しライセンス情報へのリンクと変更点があるかどうか示さなければなりません 。任意の適切な方法で実施しますが、ただしその人たちが、あなたあるいはあなたの使用を推薦していると示唆する方法はいっさい認められません。

継承 ? あなたがこの作品を改変や変形したり、もしくはこの作品に基づいた作品を作る場合、あなたはその作品をこれと同一もしくは互換性のある許諾条件でのみ頒布できます。

https://creativecommons.org/licenses/by-sa/2.5CC BY-SA 2.5 Creative Commons Attribution-Share Alike 2.5 truetrue
あなたは上記のライセンスから、どれか一つ以上を選択することができます。ファイルの履歴

過去の版のファイルを表示するには、その版の日時をクリックしてください。

日付と時刻サムネイル寸法利用者コメント
現在の版2012年11月2日 (金) 21:27
600 × 480 (9キロバイト)Mikhail RyazanovIQ values are now integers; gnuplot-only approach
2006年12月6日 (水) 09:20600 × 480 (12キロバイト)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
ファイルの使用状況

以下のページがこのファイルを使用しています:

知能指数
グローバルなファイル使用状況

以下に挙げる他のウィキがこの画像を使っています:

ar.wikipedia.org での使用状況

?????:???????/???? ??????/?????


?????:???????/???? ??????/9

???? ??????

??? ????? ?????


ast.wikipedia.org での使用状況

Cociente intelectual


az.wikipedia.org での使用状況

?ntellekt ?msal?


ba.wikipedia.org での使用状況

Интеллект коэффициенты


be-tarask.wikipedia.org での使用状況

Каэф?цыент ?нтэлекту


be.wikipedia.org での使用状況

Каэф?цыент ?нтэлекту


ca.wikipedia.org での使用状況

Quocient intel・lectual

Intel・ligencia

Psicologia de la intel・ligencia


cs.wikipedia.org での使用状況

Inteligen?ni kvocient


da.wikipedia.org での使用状況

Bruger:Architectonics


de.wikipedia.org での使用状況

Intelligenzquotient

Hochbegabung

Normwert

Wikipedia:WikiProjekt Psychologie/Archiv


次ページ
記事の検索
おまかせリスト
▼オプションを表示
ブックマーク登録
mixiチェック!
Twitterに投稿
オプション/リンク一覧
話題のニュース
列車運行情報
暇つぶしWikipedia

Size:10 KB
出典: フリー百科事典『ウィキペディア(Wikipedia)
担当:undef