search for: wn1

Displaying 2 results from an estimated 2 matches for "wn1".

Did you mean: w1
2004 Mar 30
5
optim-Bug (PR#6720)
...P4 Windows XP Prof), only with different i. The non-deterministic behaviour made us recompile R with debug options and use valgrind for memory-leak checking. The result was horrible. We are now in the process of going through the f2c code of lbfgsb.c. The problem seems to be a access violation of wn1 at run time. Cheers Hans +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ for (i in 1:1000) { set.seed(0,NULL) cat(i,"\n") pvec<-c(19,1,1,5,5,6,4,6,15,7,15,2,16,2,5,6,25,1,3,1,5,3,5,5,20,31) qvec<-c(6,24,4,0,2,0,2,1,0,8,1,14,4,4,1,19,6,3...
2017 Jun 19
0
quantreg::rq.fit.hogg crashing at random
...ights * (1 - taus)) * apply(x, 2, sum)) # if (n2 != length(r)) # stop("R and r of incompatible dimension") # if (ncol(R) != p) # stop("R and X of incompatible dimension") d <- rep(1, m * n) u <- rep(1, m * n) if (length(r)) { wn1 <- rep(0, 10 * m * n) wn1[1:(m * n)] <- 0.5 wn2 <- rep(0, 6 * n2) wn2[1:n2] <- 1 z <- .Fortran("rqfnc", as.integer(m * n), as.integer(n2), as.integer(p), a1 = as.double(t(as.matrix(X))), c1 = as.double(-y), a2 = as.dou...