Image:F distributionPDF.png

From Wikipedia, the free encyclopedia

[edit] Summary

generated in R[1] with

bitmap(file="f_distributionPDF.png",type="png256",width=4,height=3,res=300,pointsize=12)
par(mar=c(3,3,1,1))
x <- seq(0,5,len=1000)
plot(range(x),c(0,2),type="n")
lines(x,df(x,df1=1,df2=1),col="black",lwd=3)
lines(x,df(x,df1=2,df2=1),col="blue",lwd=3)
lines(x,df(x,df1=5,df2=2),col="green",lwd=3)
lines(x,df(x,df1=100,df2=1),col="yellow",lwd=3)
lines(x,df(x,df1=100,df2=100),col="grey",lwd=3)
legend(2,1.5,legend=c("d1=1, d2=1","d1=2, d2=1","d1=5, d2=2","d1=100, d2=1","d1=100, d2=100"),col=c("black","blue","green","yellow","grey"),lwd=3,bty="n")
dev.off()


GPL

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 (at your option) 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 the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA


[edit] Licensing

GFDL

I, the creator of this work, hereby grant the permission 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.

File history

Legend: (cur) = this is the current file, (del) = delete this old version, (rev) = revert to this old version.
Click on date to download the file or see the image uploaded on that date.

  • (del) (cur) 23:04, 21 April 2006 . . Pdbailey (Talk | contribs) . . 1200×900 (18,973 bytes) (generated in R[http://www.r-project.org] with <pre> bitmap(file="f_distributionPDF.png",type="png256",width=4,height=3,res=300,pointsize=12) par(mar=c(3,3,1,1)) x <- seq(0,5,len=1000) plot(range(x),c(0,2),type="n") lines(x,df(x,df1=1,df2=1),col="black",l)

The following pages on the English Wikipedia link to this file (pages on other projects are not listed):