File:Dis Uniform distribution CDF.svg

Page contents not supported in other languages.
This is a file from the Wikimedia Commons
From Wikipedia, the free encyclopedia

Original file(SVG file, nominally 360 × 270 pixels, file size: 15 KB)

Description

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

library(latex2exp)
svg(file="Dis_Uniform_distribution_CDF.svg",width=4,height=3,pointsize=12)

par(mar=c(3,3,1,1))

n <- 5
plot(c(0,n+1),c(0,1),type="n", xaxt = "n", yaxt="n", ylab = "")
lines(c(-1,1),rep(0,2),col="blue")
for(x in n:0)
{
  lines(c(x,x+1),rep(x/n,2),col="blue")
  if (x>0)
  {
    points(x,(x-1)/n,col="white",pch=19)
    points(x,(x-1)/n,col="blue",pch=21)
    points(x,x/n,col="blue",pch=19)
  }
}
lines(c(n,n+2),rep(1,2),col="blue")
axis(side = 1, at = c(1,n), labels = c("a","b"))
axis(side = 2, at = c(0,ceiling(n/2)/n,1), labels = c(0,TeX("\\frac{i}{n}"),1),las=1)

dev.off()
Date
Source en:Image:Dis Uniform distribution CDF.png
 
This W3C-unspecified chart was created with R.
Author en:User:Pdbailey, traced by User:Stannered, updated by User:נדב ס
Permission
(Reusing this file)
GPL/GFDL
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.

w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported license. Subject to disclaimers.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.
This licensing tag was added to this file as part of the GFDL licensing update.
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. A copy of the license is included in the section entitled GNU Free Documentation License. Subject to disclaimers.

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

25 June 2007

image/svg+xml

File history

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

Date/TimeThumbnailDimensionsUserComment
current08:29, 15 January 2021Thumbnail for version as of 08:29, 15 January 2021360 × 270 (15 KB)נדב סCompletely auto generated
00: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 use this file (pages on other projects are not listed):

Global file usage

The following other wikis use this file:

Metadata