Displaying 1 result from an estimated 1 matches for "llbef".
Did you mean:
  llber
  
2003 Sep 19
1
Weird problem with my code....
...al to zero: ", 
sum(is.na(v)), " ", sum(is.nan(v)), " ", sum(is.infinite(v)),"\n")
        v <- sqrt(2) * v
        cat("After mult by root 2: ", sum(is.na(v)), " ", 
sum(is.nan(v)), " ", sum(is.infinite(v)),"\n")
        llbef <- ll
        vbef <- v    #
#
#        Check to see if the next iteration would send the number
#        of coefficients over the resolution that we can have.
#        Exit the loop if it does.
#
        if(2^(it + 1) + lengthH + ll * 2 - 2 > res/2) {
            cit <- it...