File:Dis Uniform distribution CDF.svg

From Wikimedia Commons, the free media repository

Jump to: navigation, search

Dis_Uniform_distribution_CDF.svg(SVG file, nominally 1,200 × 900 pixels, file size: 11 KB)

Description

Discrete uniform distribution (cumulative distribution function). Generated with the following R code:

bitmap(file="PoissonCDF.png",type="png256",width=4,height=3,res=300,pointsize=12)
par(mar=c(3,3,1,1))


lambda <- c(4,1,10)
cols <- c("green","red","black")
plot(c(0,20),c(0,1),type="n")
for(x in 20:0) {
  for(i in 1:3) {
    lines(c(x,x+1),rep(ppois(x,lambda[i]),2),col=cols[i])
    points(x,ppois(x-1,lambda[i]),col="white",pch=19)
    points(x,ppois(x-1,lambda[i]),col=cols[i],pch=21)
    points(x,ppois(x,lambda[i]),col=cols[i],pch=19)
  }
}
legend(12,0.5,legend=c(expression (lambda==1),expression (lambda==4),expression (lambda==10)),col=c("red","green","black"),lwd=3,bty="n")
dev.off()

Date

25 June 2007(2007-06-25)

Source

en:Image:Dis Uniform distribution CDF.png

Author

en:User:Pdbailey, traced by User:Stannered

Permission
(Reusing this image)
GPL/GFDL
Other versions en:Image:Dis Uniform distribution CDF.png


GNU head This work is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or any later version. This work is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See version 2 and version 3 of the GNU General Public License for more details.

العربية | Català | Česky | Deutsch | Ελληνικά | English | Español | Eesti | Suomi | Français | Italiano | 日本語 | 한국어 | Lietuvių | Македонски | Plattdüütsch | Nederlands | Polski | Português | Русский | Slovenčina | ไทย | Vèneto | ‪中文(简体)‬ | ‪中文(繁體)‬ | +/−

GNU head Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
Subject to disclaimers.

Asturianu | Български | Català | Deutsch | English | Español | Eesti | Suomi | Français | Gaeilge | Italiano | 한국어 | Lietuvių | Македонски | Plattdüütsch | Nederlands | Polski | Português | Русский | +/−

Creative Commons license
Creative Commons Attribution Creative Commons Share Alike
This file is licensed under the Creative Commons Attribution ShareAlike 3.0 License. In short: you are free to share and make derivative works of the file under the conditions that you appropriately attribute it, and that you distribute it only under a license identical to this one. Official license Subject to disclaimers.

This licensing tag was added to this file as part of the GFDL licensing update.


English | Suomi | Italiano | Македонски | Српски / Srpski | العربية | +/−

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current00:22, 25 June 2007Thumbnail for version as of 00:22, 25 June 20071,200×900 (11 KB)Stannered (talk | contribs) ({{Information |Description=Discrete uniform distribution (cumulative distribution function). Generated with the following R code: <pre> bitmap(file="PoissonCDF.png",type="png256",width=4,height=3,res=300,pointsize=12) par(mar=c(3,3,1,1)) lambda <- c(4,1)

There are no pages that link to this file.

Global file usage

The following other wikis use this file: