Displaying 2 results from an estimated 2 matches for "pfoo".
Did you mean:
foo
2006 Jul 04
1
problem getting R 2.3.1 svn r38481 to pass make check-all
...t^2)
> ##
> ## The 2 in front of exp() was derived by Massart. It is the best
possible
> ## constant valid uniformly in t,n,F. For large n*t^2 this agrees with
the
> ## large-sample approximation to the Kolmogorov-Smirnov statistic.
> ##
>
>
> superror <- function(rfoo,pfoo,sample.size,...) {
+ x <- rfoo(sample.size,...)
+ tx <- table(x)
+ xi <- as.numeric(names(tx))
+ f <- pfoo(xi,...)
+ fhat <- cumsum(tx)/sample.size
+ max(abs(fhat-f))
+ }
>
> pdkwbound <- function(n,t) 2*exp(-2*n*t*t)
>
> qdkwbound <- funct...
2011 Aug 25
1
Dovecot 2.0.13 How to use POP3 order
I saw a few commits for 2.0.13 that added MAIL_FETCH_POP3_ORDER, but I
haven't been able to find any information on how to use it.
I'm migrating from a Merak mail server into dovecot and all the email
can be copied directly into a Maildir/cur directory. The filenames are
just the timestamps. When I check with dovecot pop3, they seem to be
randomly ordered. I'm hoping this