Rpoi
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 4 articles for 0.000 sec
Re: Blog Kononowicza?     

Group: pl.soc.polityka · Group Profile · Search for Rpoi in pl.soc.polityka
Author: boukun
Date: Jul 6, 2008 05:23

....blox.pl/html Całkiem możliwe, że autorem jest Adam Czeczetkowicz, przewodniczacy młodzieżówki PPN w Białymstoku i represjonowany przez Ziobrową prokuraturę były lider zespołu R.P. Oi! http://rpoi.bloog.pl/page,7,.?ticaid=66326 W wywiadzie udzielonym dla Rzeczpospolitej nie ukrywa swoich poglądów - idziemy jak falanga. Jak walec. Policja i ABW, jak pies, nas ścigają. To wszystko trzeba...
Show full article (1.17Kb) · Show article thread
Re: converting a R code to fortran     

Group: comp.lang.fortran · Group Profile · Search for Rpoi in comp.lang.fortran
Author: fortee
Date: Mar 7, 2007 07:45

... following R code comes fromhttp://www.mcs.vuw.ac.nz/~ray/Brownian/algorithms.shtml I need to iteration the following code 20, 000 times and get a Kolmogorov-Smirnov(KS) statistics. R code n <- 5000 N <- rpois(1, n) X1 <- runif(N) X2 <- runif(N) function(n, X1, X2) { N <- length(X1) maxval <- minval <- N - n maxs <- 1 ...
Show full article (7.79Kb)
Re: converting a R code to fortran     

Group: comp.lang.fortran · Group Profile · Search for Rpoi in comp.lang.fortran
Author: e p chandler
Date: Mar 6, 2007 18:48

...> The following R code comes fromhttp://www.mcs.vuw.ac.nz/~ray/Brownian/algorithms.shtml I need to iteration the following code 20, 000 times and get a Kolmogorov-Smirnov(KS) statistics. R code n <- 5000 N <- rpois(1, n) X1 <- runif(N) X2 <- runif(N) function(n, X1, X2) { N <- length(X1) maxval <- minval <- N - n maxs <- 1 maxt <- 1 ...
Show full article (6.91Kb) · Show article thread
converting a R code to fortran     

Group: comp.lang.fortran · Group Profile · Search for Rpoi in comp.lang.fortran
Author: fortee
Date: Feb 26, 2007 06:21

.... The following R code comes from http://www.mcs.vuw.ac.nz/~ray/Brownian/algorithms.shtml I need to iteration the following code 20, 000 times and get a Kolmogorov-Smirnov(KS) statistics. R code n <- 5000 N <- rpois(1, n) X1 <- runif(N) X2 <- runif(N) function(n, X1, X2) { N <- length(X1) maxval <- minval <- N - n maxs <- 1 maxt <- 1 mins <- 1 mint <- 1 ...
Show full article (5.50Kb)