search for: ep1

Displaying 11 results from an estimated 11 matches for "ep1".

Did you mean: ep
2011 Jul 21
2
Printing the loop number for each iteration
Hi all, I have a lengthy 'for' loop and for each loop I want to track the iteration number that is currently going on. For this, I have tried following: > for (i in 1:10) { + DumDat <- rnorm(1000) + cat("iteration:", i, " \n") + } iteration: 1 iteration: 2 iteration: 3 iteration: 4 iteration: 5 iteration: 6 iteration: 7 iteration: 8
2005 Jul 25
1
Fortran function name not in load table
Using R 2.0.1 on Windows XP, I am getting an error msg: Error in .Fortran("conic", nxy = nxy, npt = npt, CP = cp, EP1 = ep1, EP2 = ep2, : Fortran function name not in load table I am wondering if there is a way to see what function names are in the load table? Maybe the function name has been altered? The first thing I do in my analysis script is to load a DLL, conic.dll, which contains the fcn, coni...
2002 Oct 30
1
restricting interfaces.
Hello, I've got samba running on a FreeBSD box that has two interfaces, ep0 which is an external interface, and ep1 which is for internal use only. I only want samba to listen on ep1 so if i'm ever portscanned port 137/139 will not show up as open on the external interface. I've added these lines to the global section of my smb.conf file: hosts allow=192.168.0. interfaces=192.168.0.0/16 127.0.0.1 bind in...
2015 Oct 08
3
PJSIP realtime: lots of problems
...wrong? Is there any config option I'm missing? 2. When it loads ok then it performs initial load of all endpoints individually. Looking at postgres log it does the following: SELECT * FROM pjsip_endpoints_v WHERE id LIKE '%' ORDER BY id SELECT * FROM pjsip_endpoints_v WHERE id = 'ep1' SELECT * FROM pjsip_endpoints_v WHERE id = 'ep2' ... SELECT * FROM pjsip_endpoints_v WHERE id = 'epN' Needless to say it's extremely inefficient with larger number of endpoints. After this initial load it seems to work correctly - loading endpoints on demand and caching t...
2004 Aug 19
0
SIP reinvite code negotiation
...le to reinvite calls without Asterisk performing codec conversion. We've performed the following test: Asterisk has license for G.729 installed sip.conf [general] context=default autocreatepeer=yes disallow=all allow=alaw allow=g729 canreinvite=yes nat=no We have configured two endpoints: EP1, preferred codec order aLaw, G.729 EP2, preferred codec order G.729 EP1 places call to EP2, we see two call legs: EP1 to * is aLaw * to EP2 is G.729 Is there a sip.conf parameter to disable codec conversion when using reinvite? If not, is it difficult / a lot of work to develop? In this scena...
2012 Feb 09
1
Constraint on one of parameters.
...theta1[9]*(1-theta1[9]))/sqrt(theta1[10]*(1-theta1[10])))/ (2*pi*theta[18]*theta[20]*sqrt(1-theta[21]^2))*exp(-2*(1-theta[21]^2))^(-1)*((xc-theta[17])^2/theta[18]^2+(xd-theta[19])^2/theta[20]^2-2*theta[21]^2*(xc-theta[17])*(xd-theta[19])/(theta[18]*theta[20])) denom=nume1+nume2+nume3+nume4+nume5 Ep1=nume1/denom Ep2=nume2/denom Ep3=nume3/denom Ep4=nume4/denom Ep5=nume5/denom elogld= sum(Ep1*(-log(2*pi*theta[2]*theta[4]*sqrt(1-theta[21]^2))-(2*(1-theta[21]^2))^(-1)*((xc-theta[1])^2/theta[2]^2+(xd-theta[3])^2/theta[4]^2-2*theta[21]^2*(xc-theta[1])*(xd-theta[3])/(theta[2]*theta[4])))) + sum(Ep2*...
2011 Oct 05
4
SPlus to R
...lpha) + while(abs(Ep0[i]-power)>tol1){ + if(Ep0[i]<power) cmin<-cci + else cmax<-cci + cci<-(cmax+cmin)/2 + ne[ncl:i]<-(1+(cci-1)*(lhood/lhood[lenl]))*ne.old2[ncl:i] + Ep0<-Epower(nc, d, ne, pc, alpha) + } +  ne.old2<-ne + } + ne2<-ne + ne<-(ne1+ne2)/2 + #cat(ccc*ne) + Ep1<-Epower(nc, d, ne, pc, alpha) + return(ne=ne, Ep=Ep1) + } > ### > vertex<-function(x,y) + { n<-length(x) + vx<-x[1] + vy<-y[1] + vp<-1 + up<-T + for (i in (2:n)) + { if (up) + { if (y[i-1] > y[i]) + {vx<-c(vx,x[i-1]) +  vy<-c(vy,y[i-1]) +  vp<-c(vp,i-1) +  up&...
2005 Aug 03
7
call fortran in R
Hello, I used a mac G5, R.2.1.1, and G77 3.4.4 and I would like to use and call a fortran subroutine. The trouble is that it seems I am not able to correctly load the compiled code. Here is what I have done: In the terminal this how I compiled my fortran code: R CMD SHLIB ~/Desktop/Fortan_kmeans/kmeans3.f There is the wrapper I have paste inside de kmeans3.f file: c
2012 Feb 07
7
[Wine 1.4rc1]Mouse support broken in MassEffect and Bioshock
...e view always go the right (iirc), so i have to turn 360 degrees to get back to the same view. The other axis is really slow, and gets stuck to the highest or lowest border of the screen as soon as i move the left/right axis. The mouse works fine in Worms Armageddon and Source games (Half Life 2, ep1 and 2, left 4 dead 2). Can anyone confirm this report ? Is it fixed in 1.4rc2 (i have seen something about clipping in the git commits) ?
2008 Dec 05
0
Wine release 1.1.10
...lementation 6588 Strange return value of the GraphBuilder_Connect function 6693 wink 2.0 can't capture 6760 warn:palette:GDISelectPalette invalid selected palette (nil) 6801 gpstrack help windows are empty 6807 Sunbird crashes on first run 6821 Graphical artifacts in HL2:EP1 6882 vb3 app hornresp won't run, complains "Invalid property value" on startup. 6883 vb3 app hornresp crashes on startup 7113 Hitman Contracts hangs when using Direct3D mode 7145 Miranda crashes while opening a message window 7205 Using ALT-F to bring up File menu...
2013 Mar 06
1
Strange reboot since 9.1
Hello, Since FreeBSD 9.1 I have strange problems with the distribution. Some servers are rebooting without any kernel panic, instanly. First i thought it's a problem with my KVM system, but one of my FreeBSD under a Dell R210 have the same problem. The servers concerned are now: - Monitoring server - LDAP test server - Some other servers, randomly (not in production). First i thought it's