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()

[edit] Licensing

File history

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

Date/TimeDimensionsUserComment
current23:04, 21 April 20061,200×900 (19 KB)Pdbailey (Talk | contribs) (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 file is a duplicate of this file:

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