search for: bt2

Displaying 5 results from an estimated 5 matches for "bt2".

Did you mean: bt
2010 Feb 10
1
looping problem
...length=n, mode="numeric")     for (i in 1:1000)   { # numerical intergration to find the cdf     cdf  <- integrate(fprime, lower = 0, upper = z)$value       # Newton method     z    <- z - (cdf - r)/fprime(z)       if (tol < 1e-10) break    }   cbind(z,cdf) }   bt1 <- 29.107 ; bt2 <- 41.517 x1  <- 30; x2 <- 10;   z <- (x1/bt1)+(x2/bt2); z newton_gam(z)   > bt1 <- 29.107 ; bt2 <- 41.517 > x1  <- 30; x2 <- 10; > z <- (x1/bt1)+(x2/bt2); z [1] 1.271545 > newton_gam(z)             z       cdf [1,] 4.128138 0.6065616   But when I try with dif...
2010 Feb 15
1
error message error
...lt;- vector(length=n, mode="numeric")     for (i in 1:1000)   { cdf  <- integrate(fprime, lower = 0, upper = z)$value     f    <- cdf - r     # Newton method     z    <- z - f/fprime         if (any(f < tol)) break    }   cbind(z,cdf) }   alp  <- 2.0165 bt1  <- 29.107 ; bt2 <- 41.517 x1   <- d1d4pos[,1];x1[1:10] x2   <- d1d4pos[,2];x2[1:10]   > x1   <- d1d4pos[,1];x1[1:10]  [1] 28.4 53.6  1.3 29.5 52.1 65.9 72.6 67.6 58.7 34.5 > x2   <- d1d4pos[,2];x2[1:10]  [1]  43.5  56.2   0.3  16.6  71.1  86.3 172.8 111.8  89.9  70.2   z <- (x1/bt1)+(x2/bt2...
2009 Oct 15
2
Dovecot 1.2.6 segfault in imap_fetch_begin
We recently upgraded from Dovecot 1.2.4 to 1.2.6 (with the sieve patches of course). Everything has been running quite well since the upgrade. The occasional issue with assert-crashing when expunging has gone away. However, one of our users seems to have triggered a new issue. She's been the only one to see it, but whenever she logs in, her imap process segfaults immediately. It appears that
2008 Mar 18
6
Call signalling on BT FeatureLine Compact (Sangoma A200)
Hi, I have a TrixBox install with a Sangoma A200 and 4 FXO ports, there are 3 BT lines connected directly to these ports. One of the lines has BT FeatureLine Compact and this is the line I am having problems with, the other 2 lines are working perfectly, detecting CID, answering incoming calls and placing external calls via SIP devices. I am receiving a error log entry: chan_zap.c:
2013 Feb 15
10
reading data
Hi, #working directory data1 #changed name data to data1.? Added some files in each of sub directories a1, a2, etc. ?indx1<- indx[indx!=""] lapply(indx1,function(x) list.files(x)) #[[1]] #[1] "a1.txt"??????? "mmmmm11kk.txt" #[[2]] #[1] "a2.txt"??????? "mmmmm11kk.txt" #[[3]] #[1] "a3.txt"??????? "mmmmm11kk.txt" #[[4]] #[1]