Revision history of "User:Zelenka/Statistics/exercises 15.1.2008"

From eqqon

Jump to: navigation, search

Diff selection: mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.

Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.
  • (cur | prev) 10:38, 15 January 2008 Zelenka (Talk | contribs) (663 bytes) (New page: ;5.4 rand.norm <- function (n,mu , sigma ) { r.n <- numeric (n) for (i in (1:n)) { r.u <- runif (12) r.n[i] <- sum (r.u)-6 } r.n <- mu+r.n* sigma } mu<-100; sigma<-10;...)