tóng-àn:Normal Distribution PDF.svg

頁面內容不支援其他語言。
Che sī chi̍t hūn tùi Wikimedia Commons ín--lâi ê tóng-àn
Wikipedia (chū-iû ê pek-kho-choân-su) beh kā lí kóng...

Choân kái-sek-tō͘(SVG ùng-giông, chék-cháung: 720 × 460 chuông-só, ùng-giông duâi-nâung:63 KB)

Khài-iàu

Soat-bêng
English: A selection of Normal Distribution Probability Density Functions (PDFs). Both the mean, μ, and variance, σ², are varied. The key is given on the graph.
Ji̍t-kî
Chhut-chhù self-made, Mathematica, Inkscape
Chok-chiá Inductiveload
授權允准
(Bô siŏh-huòi sāi ciā ùng-giông)
Public domain 我,此作品的版權所有人,釋出此作品至公共領域。此授權條款在全世界均適用。
這可能在某些國家不合法,如果是的話:
我授予任何人有權利使用此作品於任何用途,除受法律約束外,不受任何限制。
SVG開發
InfoField
 
SVG檔案的原始碼無效,因為出現1個錯誤。
 
向量圖形使用R創作。
 
這個SVG檔案使用了內置文字。
Goân-sú-bé
InfoField

R code

Plot[
 {
  PDF[NormalDistribution[1, Sqrt[2]], x],
  PDF[NormalDistribution[2, 1], x],
  PDF[NormalDistribution[3, Sqrt[3]], x],
    },
 {x, -5, 5},
 PlotRange -> All,
 Axes -> False]

Data

#			Normal Distribution PDF
#range
x=seq(-5,5,length=200)
#plot each curve
plot(x,dnorm(x,mean=0,sd=sqrt(.2)),type="l",lwd=2,col="blue",main='Normal Distribution PDF',xlim=c(-5,5),ylim=c(0,1),xlab='X',
ylab='φμ, σ²(X)')
curve(dnorm(x,mean=0,sd=1), add=TRUE,type="l",lwd=2,col="red")
curve(dnorm(x,mean=0,sd=sqrt(5)), add=TRUE,type="l",lwd=2,col="brown")
curve(dnorm(x,mean=-2,sd=sqrt(.5)), add=TRUE,type="l",lwd=2,col="green")

Text

#                    Normal Distribution
import numpy as np
import matplotlib.pyplot as plt 

def make_gauss(N, sig, mu):
    return lambda x: N/(sig * (2*np.pi)**.5) * np.e ** (-(x-mu)**2/(2 * sig**2))

def main():
    ax = plt.figure().add_subplot(1,1,1)
    x = np.arange(-5, 5, 0.01)
    s = np.sqrt([0.2, 1, 5, 0.5])
    m = [0, 0, 0, -2] 
    c = ['b','r','y','g']

    for sig, mu, color in zip(s, m, c): 
        gauss = make_gauss(1, sig, mu)(x)
        ax.plot(x, gauss, color, linewidth=2)

    plt.xlim(-5, 5)
    plt.ylim(0, 1)
    plt.legend(['0.2', '1.0', '5.0', '0.5'], loc='best')
    plt.show()

if __name__ == '__main__':
   main()

說明

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

在此檔案描寫的項目

描繪內容 繁體中文

Tóng-àn le̍k-sú

Chhi̍h ji̍t-kî/sî-kan, khoàⁿ hit sî-chūn--ê tóng-àn.

Ji̍t-kî/Sî-kan細張圖寸尺Iōng-chiáChù-kái
hiān-chāi2016-nî 4-goe̍h 29-ji̍t (pài-gō·) 16:062016-nî 4-goe̍h 29-ji̍t (pài-gō·) 16:06版本的細圖720 × 460(63 KB)RayhemLighten background grid
2009-nî 9-goe̍h 22-ji̍t (pài-jī) 17:192009-nî 9-goe̍h 22-ji̍t (pài-jī) 17:19版本的細圖720 × 460(65 KB)StpashaTrying again, there seems to be a bug with previous upload…
2009-nî 9-goe̍h 22-ji̍t (pài-jī) 17:152009-nî 9-goe̍h 22-ji̍t (pài-jī) 17:15版本的細圖720 × 460(65 KB)StpashaCurves are more distinguishable; numbers correctly rendered in roman style instead of italic
2009-nî 6-goe̍h 27-ji̍t (pài-la̍k) 14:072009-nî 6-goe̍h 27-ji̍t (pài-la̍k) 14:07版本的細圖720 × 460(55 KB)Autiwafichier environ 2 fois moins gros. Purgé des définitions inutiles, et avec des plots optimisés au niveau du nombre de points.
2008-nî 9-goe̍h 5-ji̍t (pài-gō·) 18:222008-nî 9-goe̍h 5-ji̍t (pài-gō·) 18:22版本的細圖720 × 460(109 KB)PatríciaRfrom http://tools.wikimedia.pl/~beau/imgs/ (recovering lost file)
2008-nî 4-goe̍h 2-ji̍t (pài-saⁿ) 19:09Mò̤ sáuk-liŏk-dù(109 KB)Inductiveload{{Information |Description=A selection of Normal Distribution Probability Density Functions (PDFs). Both the mean, ''μ'', and variance, ''σ²'', are varied. The key is given on the graph. |Source=self-made, Mathematica, Inkscape |Date=02/04/2008 |Author

Í-hā ê ia̍h liân kàu chit ê iáⁿ-siōng:

tóng-àn hō͘ lâng sái--ê chōng-hóng

Ē-kha--ê kî-thaⁿ wiki ēng tio̍h chit--ê tóng-àn:

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

元資料