Displaying 6 results from an estimated 6 matches for "eps2".
Did you mean:
eps
2019 Nov 12
0
RFC 5258 violation: incomplete response for "LIST ($OPT RECURSIVEMATCH) ..."
...ME=/dev/shm/dovecot-test/user PATH=/usr/bin:/bin \
doveadm -c /tmp/dovecot.conf mailbox create foo2 baz2
$ env -i USER=user HOME=/dev/shm/dovecot-test/user PATH=/usr/bin:/bin \
doveadm -c /tmp/dovecot.conf mailbox create -s \
foo2/{bar1,bar2} baz2/{bar2,bar22,bar222} eps2 eps2/mamba qux2/bar2
$ env -i USER=user HOME=/dev/shm/dovecot-test/user PATH=/usr/bin:/bin \
doveadm -c /tmp/dovecot.conf exec imap
S: * PREAUTH [CAPABILITY IMAP4rev1 ? LIST-EXTENDED ?] Logged in as user
C: D01 LIST "" "*"
S: * LIST (\Noselect \HasChildr...
2013 Mar 04
1
robustbase adjbox segfault - memory not mapped
...y) ## gives a plot
> x <- rnorm(100000)
> y <- rep(1, 100000)
> adjbox(x ~ y)
*** caught segfault ***
address 0xfffffffcc47af530, cause 'memory not mapped'
Traceback:
1: .C(mc_C, x, n, eps = eps, iter = c.iter, medc = double(1))
2: mcComp(x, doReflect, eps1 = eps1, eps2 = eps2, maxit = maxit,
trace.lev = trace.lev)
3: mc.default(x, ..., na.rm = TRUE)
4: mc(x, ..., na.rm = TRUE)
5: adjboxStats(unclass(groups[[i]]), coef = range, doReflect = doReflect)
6: adjbox.default(split(mf[[response]], mf[-response]), ...)
7: adjbox(split(mf[[response]], mf[-res...
2002 Oct 25
0
qgamma precision (PR#2214)
...S: Solaris
Submission from: (NULL) (65.213.85.136)
I was having problems with qgamma's precision in the sense that
pgamma(qpgamma(x))
was not as close to the identity function as I would like. I was seeing
relative
errors with random input of about 1e-8. This fits nicely with the code'd EPS2
value of 5e-7.
To solve this I added a newton step at the end. This seems far cheaper than
the
current iterations. Here's the code I added (to replace the final return):
/* Special Gnumeric patch to improve precision. */
{
gnum_float x0 = 0.5*scale*ch;
gnum_float e0 = pgamma (x0...
2004 Jul 02
0
(PR#7045) Re: homals: Error in y[g[i, j], ] : incorrect number
...75)
>
>
> > homals(x, sets=0, ndim=3, active=T, rank=3, level="NO", starplots=FALSE,
> + catplots=FALSE, trfplots=FALSE, lossplots=FALSE, hullplots=FALSE,
> + spanplots=FALSE, graphplot=TRUE, objplot=TRUE, objscores=TRUE,
> + objlabel=TRUE, offset=1.20, eps1 = -Inf, eps2=1e-5, itermax=32,
> + voronoi=FALSE, saveMe=TRUE, demo=FALSE, timer=FALSE, tk=FALSE)
> Iteration: 1 Eigenvalues: 0.275420 0.182711 0.117240 Gain: 0.575371
> 0.981319
> Iteration: 2 Eigenvalues: 0.284051 0.185338 0.129728 Gain: 0.599117
> 0.992531
> Iterat...
2012 Nov 29
2
[LLVMdev] problem trying to write an LLVM register-allocation pass
I have a new problem: Register RBP is used in a function foo. (I am not
allocating RBP to any virtual register, the instances of RBP in function
foo are in the machine code when my register allocator starts.)
Function foo calls function bar. Register RBP is not saved across the
call, though it is live after the call. Function bar includes a virtual
register. The code that I'm using to
2012 Dec 01
0
[LLVMdev] problem trying to write an LLVM register-allocation pass
...h, numas;
extern int numsnpairs, jambase, jamstate;
extern int end_of_buffer_state;
extern int lastccl, *cclmap, *ccllen, *cclng, cclreuse;
extern int current_maxccls, current_max_ccl_tbl_size;
extern unsigned char *ccltbl;
extern char nmstr[2048];
extern int sectnum, nummt, hshcol, dfaeql, numeps, eps2, num_reallocs;
extern int tmpuses, totnst, peakpairs, numuniq, numdup, hshsave;
extern int num_backing_up, bol_needed;
void *allocate_array (int, size_t);
void *reallocate_array (void*, int, size_t);
void *flex_alloc (size_t);
void *flex_realloc (void*, size_t);
void flex_free (void*);
extern int y...