File:Dichte F-Verteilung.svg

From Wikimedia Commons, the free media repository

Jump to: navigation, search

Dichte_F-Verteilung.svg(SVG file, nominally 578 × 434 pixels, file size: 23 KB)

Description

pdf of F distribution

Date

2008, 22 Mar

Source

de:Bild:Dichte_F-Verteilung.svg

Author

de:Benutzer:Caustic

Permission
(Reusing this image)

See below.


Caustic, the copyright holder of this work, has published or hereby publishes it under the following license:
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".

Afrikaans | Alemannisch | Aragonés | العربية | Asturianu | Беларуская | Беларуская (тарашкевіца) | Български | বাংলা | ইমার ঠার/বিষ্ণুপ্রিয়া মণিপুরী | Brezhoneg | Bosanski | Català | Cebuano | Česky | Dansk | Deutsch | Ελληνικά | English | Esperanto | Español | Eesti | Euskara | فارسی | Suomi | Français | Gaeilge | Galego | עברית | Hrvatski | Magyar | Հայերեն | Bahasa Indonesia | Ido | Íslenska | Italiano | 日本語 | ქართული | ភាសាខ្មែរ | 한국어 | Kurdî / كوردی | Latina | Lëtzebuergesch | Lietuvių | 文言 | Македонски | Bahasa Melayu | Malti | Nnapulitano | Plattdüütsch | Nederlands | ‪Norsk (nynorsk)‬ | ‪Norsk (bokmål)‬ | Occitan | Polski | Português | Română | Русский | Slovenčina | Slovenščina | Shqip | Српски / Srpski | Svenska | Kiswahili | తెలుగు | ไทย | Tagalog | Türkçe | Українська | اردو | Vèneto | Tiếng Việt | Volapük | Yorùbá | 中文 | ‪中文(简体)‬ | ‪中文(繁體)‬ | +/−

Creative Commons license
Creative Commons Attribution Creative Commons Share Alike
This file is licensed under the Creative Commons Attribution ShareAlike 3.0 License. In short: you are free to share and make derivative works of the file under the conditions that you appropriately attribute it, and that you distribute it only under a license identical to this one. Official license

This licensing tag was added to this file as part of the GFDL licensing update.


Alemannisch | Беларуская (тарашкевіца) | Català | Česky | Deutsch | Deutsch (Sie-Form) | Ελληνικά | English | Español | Eesti | Suomi | Français | Hrvatski | Հայերեն | Italiano | 한국어 | Lietuvių | Македонски | Polski | Português | Português do Brasil | Русский | Svenska | ไทย | Vèneto | Tiếng Việt | +/−

[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/TimeThumbnailDimensionsUserComment
current20:11, 22 March 2008Thumbnail for version as of 20:11, 22 March 2008578×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()

There are no pages that link to this file.

Global file usage

The following other wikis use this file: