文檔:IQ curve.svg

頁面內容不支援其他語言。
出自維基百科

原始文件(SVG檔案,表面大細: 600 × 480 像素,檔案大細:9 KB)

箇隻檔案來自維基共享資源,佢可能拕應用嘚別嗰項目。 佢嗰檔案描述頁面顯示嘚下頭。

摘要

簡話 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開發
InfoField
 
SVG檔案的原始碼通過W3C驗證
 
向量圖形使用Gnuplot創作。
 
這個SVG 檔案使用了內置文字,可以輕鬆翻譯
原始碼
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
日期
來源 自己的作品
作者 Alessio Damato, Mikhail Ryazanov
  1. Kaufman, A.S. (2009年) 《 IQ Testing 101》、New York (NY): Springer Publishing、pp. 104−109 ISBN978-0-8261-0629-2.

授權

我,本作品的著作權持有者,決定用以下授權條款發佈本作品:
GNU head 已授權您依據自由軟體基金會發行的無固定段落、封面文字和封底文字GNU自由文件授權條款1.2版或任意後續版本,對本檔進行複製、傳播和/或修改。該協議的副本列在GNU自由文件授權條款中。
w:zh:創用CC
姓名標示 相同方式分享
此檔案採用創用CC 姓名標示-相同方式分享 3.0 未在地化版本授權條款。
您可以自由:
  • 分享 – 複製、發佈和傳播本作品
  • 重新修改 – 創作演繹作品
惟需遵照下列條件:
  • 姓名標示 – 您必須指名出正確的製作者,和提供授權條款的連結,以及表示是否有對內容上做出變更。您可以用任何合理的方式來行動,但不得以任何方式表明授權條款是對您許可或是由您所使用。
  • 相同方式分享 – 如果您利用本素材進行再混合、轉換或創作,您必須基於如同原先的相同或兼容的條款,來分布您的貢獻成品。
已新增授權條款標題至此檔案,作為GFDL授權更新的一部份。
w:zh:創用CC
姓名標示 相同方式分享
此檔案採用創用CC 姓名標示-相同方式分享 2.5 通用版2.0 通用版以及1.0 通用版授權條款。
您可以自由:
  • 分享 – 複製、發佈和傳播本作品
  • 重新修改 – 創作演繹作品
惟需遵照下列條件:
  • 姓名標示 – 您必須指名出正確的製作者,和提供授權條款的連結,以及表示是否有對內容上做出變更。您可以用任何合理的方式來行動,但不得以任何方式表明授權條款是對您許可或是由您所使用。
  • 相同方式分享 – 如果您利用本素材進行再混合、轉換或創作,您必須基於如同原先的相同或兼容的條款,來分布您的貢獻成品。
您可以選擇您需要的授權條款。

說明

添加單行說明來描述出檔案所代表的內容

在此檔案描寫的項目

描繪內容 繁體中文

創作作者 繁體中文

沒有維基數據項目的某些值

作者姓名字串 繁體中文:​Alessio Damato

著作權狀態 繁體中文

有著作權 繁體中文

檔案來源 Chinese (Taiwan) (已轉換拼寫)

成立或建立時間 繁體中文

2 11 2012

多媒體型式 繁體中文

image/svg+xml

檔案歷史

按到日期/時間去眵吖許時間有過嗰檔案。

日期/時間縮圖尺寸用戶說明
眼前2020年11月26日 (禮拜四) 23:11到2020年11月26日 (禮拜四) 23:11嗰縮圖版本600 × 480(9 KB)ParanajaReverted to version as of 21:27, 2 November 2012 (UTC)
2012年11月2日 (禮拜五) 21:27到2012年11月2日 (禮拜五) 21:27嗰縮圖版本600 × 480(9 KB)Mikhail RyazanovIQ values are now integers; gnuplot-only approach
2006年12月6日 (禮拜三) 09:20到2006年12月6日 (禮拜三) 09:20嗰縮圖版本600 × 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

冇頁面連結到箇隻檔案。

全域文件用途

以下其他 wiki 使用了這個檔案:

檢視此檔案的更多全域使用狀況

元數據