Difference between revisions of "User:Admin"

From HodHood
Jump to: navigation, search
(Replaced content with "FTP is a protocol, and USA is a country!")
Line 1: Line 1:
<R>1:11</R>
+
FTP is a protocol, and USA is a country!
 
 
<R output="display" name="binom" iframe="height:400px;">
 
if (exists("prob")) prob <- as.numeric(prob) else prob <- 0.2
 
if (exists("n")) n <- as.numeric(n) else n <- 10
 
x <- seq(0, n, 1)
 
p <- dbinom(x, n, prob)
 
param <- list(n, prob)
 
main <- c("Binomialverteilung - Wahrscheinlichkeitsfunktion",
 
paste (c("Stichprobenumfang n", "Wahrscheinlichkeit p"), param, sep="="))
 
pdf(pdf, width=5, height=5)
 
plot(x,p, type="h", main=main)
 
</R>
 

Revision as of 18:36, 6 February 2017

FTPFile Transfer Protocol is a protocol, and USAUnited States of America is a country!