File:Dis Uniform distribution CDF.svg

From Wikipedia, the free encyclopedia
Jump to: navigation, search
Full resolution(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 file)

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.
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 | Magyar | Italiano | 한국어 | Kurdî | Lietuvių | Македонски | മലയാളം | Plattdüütsch | Nederlands | Polski | Português | Русский | ไทย | Українська | Tiếng Việt | +/−

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.


Deutsch | English | Eesti | Suomi | Italiano | Македонски | മലയാളം | Nederlands | Português | Русский | Српски / 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 ({{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)
The following pages on the English Wikipedia link to this file (pages on other projects are not listed):

Global file usage

The following other wikis use this file:

Metadata

Personal tools
Namespaces
Variants
Views
Actions
Navigation
Interaction
Toolbox