File:Binomial versus poisson.svg

页面内容不支持其他语言。
這個文件來自維基共享資源
维基百科,自由的百科全书

原始文件(SVG文件,尺寸为360 × 360像素,文件大小:63 KB)


 
W3C-validity not checked.

摘要

描述
English: Comparison of the Poisson distribution (black dots) and the binomial distribution with n=10 (red line), n=20 (blue line), n=1000 (green dots). All distributions have a mean of 5.
Source Code
svg("poisson-vs-binomial.svg", width=4, height=4)
x <- 0:10
pmean <- 5
pal <- c("black", "tomato", "royalblue", "darkgreen")
par0 <- par(mar=c(4,4,0.5,0)+0.5)
plot.new(); plot.window(range(x), c(0,max(dbinom(x, 10, pmean/10))))
axis(1); axis(2); title(xlab=expression(k), ylab=expression(Density(k)))
abline(h=0, lwd=0.1)
lines(x, dpois(x, pmean), type="h", lwd=2, col=pal[[1]])
for (i in 1:3) {
  n <- c(10, 20, 1000)[[i]]
  y <- dbinom(x, n, pmean/n)
  lines(x, y, type="b", col=pal[[i+1]], pch=NA, lty=3, lwd=0.5)
  points(x, y, col=pal[[i+1]], lwd=2)
}
legend("topright", expression(Poisson(lambda==5),
    Binom(n==10),Binom(n==20),Binom(n==1000)),
  lwd=2, lty=c(1,NA,NA,NA), pch=c(NA,1,1,1), col=pal, cex=0.6)
par(par0)
dev.off()
日期
来源 自己的作品
作者 Sergio01

许可协议

我,本作品著作权人,特此采用以下许可协议发表本作品:
w:zh:知识共享
署名 相同方式共享
您可以自由地:
  • 共享 – 复制、发行并传播本作品
  • 修改 – 改编作品
惟须遵守下列条件:
  • 署名 – 您必须对作品进行署名,提供授权条款的链接,并说明是否对原始内容进行了更改。您可以用任何合理的方式来署名,但不得以任何方式表明许可人认可您或您的使用。
  • 相同方式共享 – 如果您再混合、转换或者基于本作品进行创作,您必须以与原先许可协议相同或相兼容的许可协议分发您贡献的作品。
GNU head 已授权您依据自由软件基金会发行的无固定段落及封面封底文字(Invariant Sections, Front-Cover Texts, and Back-Cover Texts)的GNU自由文件许可协议1.2版或任意后续版本的条款,复制、传播和/或修改本文件。该协议的副本请见“GNU Free Documentation License”。
您可以选择您需要的许可协议。

说明

添加一行文字以描述该文件所表现的内容

此文件中描述的项目

描繪內容

image/svg+xml

730f5a09e8b3340bafaa2ff7a629224c86add6e3

64,151 字节

360 像素

360 像素

文件历史

点击某个日期/时间查看对应时刻的文件。

日期/时间缩⁠略⁠图大小用户备注
当前2012年7月1日 (日) 15:462012年7月1日 (日) 15:46版本的缩略图360 × 360(63 KB)Smason79updated version with more obvious symbols and better layout for viewing in thumbnail (sorry for the revert noise, didn't realise how it would work!)
2012年7月1日 (日) 15:392012年7月1日 (日) 15:39版本的缩略图694 × 694(48 KB)Smason79Reverted to version as of 19:47, 22 April 2010; wikipedia rendering not like mine, about to fix
2012年7月1日 (日) 15:372012年7月1日 (日) 15:37版本的缩略图540 × 540(61 KB)Smason79both distributions are discrete; the previous version showed them smoothed out as if they were continuous
2010年4月22日 (四) 19:472010年4月22日 (四) 19:47版本的缩略图694 × 694(48 KB)Sergio01{{Information |Description={{en|1=Comparison the Poisson distribution (black dots) and the binomial distribution with n=10 (red line), n=20 (blue line), n=1000 (green dots). All distributions have a mean of 5.}} |Source={{own}} |Author=[[User:Sergio01|Ser

没有页面链接到本图像。

全域文件用途

以下其他wiki使用此文件: