Image:T distributionCDF.png

From Wikipedia, the free encyclopedia

[edit] Summary

The CDF of the t-distribution

bitmap(file="t_distributionCDF.png",type="png256",width=4,height=3,res=300,pointsize=12)
par(mar=c(3,3,1,1))
x <- seq(-5,5,len=1000)
plot(range(x),c(0,1),type="n")
lines(x,pt(x,df=1),col="black",lwd=3)
lines(x,pt(x,df=2),col="blue",lwd=3)
lines(x,pt(x,df=5),col="green",lwd=3)
lines(x,pt(x,df=10),col="yellow",lwd=3)
lines(x,pt(x,df=Inf),col="grey",lwd=3)
legend(2,0.5,legend=c("k=1","k=2","k=5","k=10","k=Inf"),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
current13:36, 19 June 20061,200×900 (15 KB)Pdbailey (Talk | contribs)
21:00, 20 April 20061,200×1,200 (18 KB)Pdbailey (Talk | contribs) (The CDF of the t-distribution <pre>bitmap(file="t_distributionCDF.png",type="png256",width=4,height=4,res=300,pointsize=12) par(mar=c(3,3,1,1)) x <- seq(-5,5,len=1000) plot(range(x),c(0,1),type="n") lines(x,pt(x,df=1),col="black",lwd=3) lines(x,pt(x,df=2)

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