File:Dichte F-Verteilung.svg
From Wikimedia Commons, the free media repository
Dichte_F-Verteilung.svg (SVG file, nominally 578 × 434 pixels, file size: 23 KB)
| Description |
pdf of F distribution |
|---|---|
| Date |
2008, 22 Mar |
| Source | |
| Author | |
| Permission (Reusing this image) |
See below. |
|
[edit] Source code
m=c(2,5,10)
n=m
cols=c("blue","gold1","firebrick2","steelblue4","orange2","cyan2","green3",
"brown","grey","lightblue3")
library(RSvgDevice)
devSVG(width=8,height=6)
par(cex=1.5)
plot(NULL,NULL,xlim=c(0,4),ylim=c(0,1),xlab="x",ylab="f(m,n)")
l=seq(len=0)
k=1
for (i in m) {
for (j in n) {
l=c(l,paste("m = ",i,", n = ",j,sep=""))
curve(df(x,i,j),col=cols[k],add=TRUE,lwd=2)
k=k+1
}
}
i=j=20
l=c(l,paste("m = ",i,", n = ",j,sep=""))
curve(df(x,i,j),col=cols[k],add=TRUE,lwd=2)
legend("topright",legend=l,lwd=2,col=cols,bty="n",inset=0.05,y.intersp=1.25)
dev.off()
File history
Click on a date/time to view the file as it appeared at that time.
| Date/Time | Thumbnail | Dimensions | User | Comment | |
|---|---|---|---|---|---|
| current | 20:11, 22 March 2008 | 578×434 (23 KB) | Olaf (talk | contribs) | ({{Information |Description=pdf of F distribution |Source=de:Bild:Dichte_F-Verteilung.svg |Date=2008, 22 Mar |Author=de:Benutzer:Caustic |other_versions= }} {{GFDL-user-w|de|German Wikipedia|Caustic}} ==Source code== m=c(2,5,10) n=m cols=c() |
- Edit this file using an external application (See the setup instructions for more information)
File links
There are no pages that link to this file.
Global file usage
The following other wikis use this file:
- Usage of Dichte F-Verteilung.svg on dewiki