search for: cip

Displaying 20 results from an estimated 114 matches for "cip".

Did you mean: ci
2010 Jul 28
1
error in f(x,...)
Dear all, I tried once to create one variable called bip such that: bip <- cip + (1/f(cip))*fi(f,cip) And this was working. But now, doing the same thing I did before, the software shows me the following message: Error in f(x, ...) : unused argument(s) (subdivision = 2000) I have the variable cip and the variable bip should be created such that: Fn <- ecdf(cip) f <-...
2010 Jul 21
1
function of an integral
Hi All, I have a problem to create a variable that is a function of an integral of another function. The problem is the following: I have a variable called cip. I have to create another variable called bip that is a function of the former variable cip and also the cumulative distribution function of the variable cip. Consider the equation below: b_{i}\left(c_{i},F,I,p_{0}\right)=c_{i}+\frac{1}{\left[1-F\left(c_{i}\right)\right]^{I-1}}\int_{\overline{c...
2010 Jul 19
2
integral in R
Hello All, I have to create a variable that is a function of another one (already created), its cumulative distribution function and the integral of this cumulative distribution, with limits: 0 and the value of the variable. To be clear, I have the variable called “cip”. And its cdf called “cdfcip” I need to create the variable: bip = cip + ((1 – cdfcip)^4)*integral((1-cdf(u))^4*du, 0, value of the variable cip) The problem: I don’t know how to do this integral. It is like a integral of ((1 – F(u))^4*du with limits 0 and a value c of individual i in case p of...
2012 Jul 23
2
[LLVMdev] static constant structs
...using the C++ API, how to create a constant static struct, or the equivalent. Since I am copying data from existing C structs, I am currently I am using a ConstantArray global variable, and then pointer casting it to the appropriate type when I use it, but this seems overly clunky. Constant *cip = ConstantArray::get( ctx(), StringRef((char *)&addr_, sizeof(addr_)), false); return new GlobalVariable( *mod(), cip->getType(), true, GlobalVariable::PrivateLinkage, cip); In a previous version of my code, I replaced cip->getType() with the llvm equivalent o...
2012 Jul 23
0
[LLVMdev] static constant structs
...ate a constant static > struct, or the equivalent. Since I am copying data from existing C > structs, I am currently I am using a ConstantArray global variable, and > then pointer casting it to the appropriate type when I use it, but this > seems overly clunky. > > Constant *cip = ConstantArray::get( > ctx(), StringRef((char *)&addr_, sizeof(addr_)), false); > return new GlobalVariable( > *mod(), cip->getType(), true, > GlobalVariable::PrivateLinkage, cip); > > In a previous version of my code, I replaced cip->get...
2012 Oct 03
1
[PATCH] pxedump.c32: Simple PXE cached packet dumping
...[i].buffer); + } + *cached_pkts = new_cached_pkts; + } + +/* + * Caller is responsible for cached_pkt != NULL and for + * initializing *cached_pkt (no garbge pointers, please) + */ +static void dump_cached_pkt(struct cached_pkt * cached_pkt) { + pxe_bootp_t * pkt; + struct ipaddr_str cip; + struct ipaddr_str yip; + struct ipaddr_str sip; + struct ipaddr_str gip; + + pkt = cached_pkt->buffer; + mk_ipaddr(&cip, pkt->cip), + mk_ipaddr(&yip, pkt->yip), + mk_ipaddr(&sip, pkt->sip), + mk_ipaddr(&gip, pkt->gip), + printf( +...
2012 Jul 23
1
[LLVMdev] static constant structs
...t;> struct, or the equivalent. Since I am copying data from existing C >> structs, I am currently I am using a ConstantArray global variable, and >> then pointer casting it to the appropriate type when I use it, but this >> seems overly clunky. >> >> Constant *cip = ConstantArray::get( >> ctx(), StringRef((char *)&addr_, sizeof(addr_)), false); >> return new GlobalVariable( >> *mod(), cip->getType(), true, >> GlobalVariable::PrivateLinkage, cip); >> >> In a previous version of my code...
2010 Mar 31
2
Asterisk hangup all outging calls after 32 seconds
...(one month ago I download the latest ones). No analog cards. I can make calls between my extension perfectly; When I make outgoing calls using the PRI (any E1 PRI) in some phones the call hangup without any reaseon exactly after 32 seconds Where can be the problem or the error? Regards, -- Ing CIP. Alejandro Celi Mari??tegui <alex at linux.org.pe> -- Este mensaje ha sido analizado por MailScanner en busca de virus y otros contenidos peligrosos, y se considera que est? limpio. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pip...
2005 Oct 08
2
No incoming calls from chan_capi 0.6
...oing calls it works perfectly but for incoming calls it doesn't work. I tried to set an extension to dial my from-pstn context and it works. So I think there's a problem with my capi.conf or something... Here's a debug when calling -- CONNECT_IND (PLCI=0x101,DID=9100,CID=46720XXXX,CIP=0x4,CONTROLLER=0x1) Urgent handler == numeris1: Incoming call '046720XXXX' -> '9100' Urgent handler -- numeris1: info element PI 84 83 Urgent handler -- numeris1: info element CALLED PARTY NUMBER Urgent handler -- numeris1: info element CHANNEL IDENTIFICATION 89 Urg...
2005 Mar 13
5
possible bug in chan_capi concerning context handling
...asterisk/extensions.conf in the context [isdn] [isdn] exten => s,1,Dial(SIP/${DNID:4},60,tr) Here follows the debug info I get when an incoming call starts: ---------------------------------------------------------------------------- == CONNECT_IND (PLCI=0x101,DID=2810111694,CID=2810111694,CIP=0x1,CONTROLLER=0x1) -- creating pipe for PLCI=0x101 msn = 2810111694 > sent ALERT_REQ PLCI = 0x101 == Starting CAPI[contr1/2810111694]/3 at ,2810111694,1 failed so falling back to exten 's' == Starting CAPI[contr1/2810111694]/3 at ,s,1 still failed so falling back to con...
2005 Jan 28
1
printing Problems in Samba 3.0.10
...e name. If i open the properties dialog, they both show the same dialog for thr printer with the logn name. In smb.conf there is only a signle entry defined for this printer. Sample smb.conf is appended Thanks for your help Christoph -------------- next part -------------- [global] workgroup = CIP-POOL realm = WIWI.UNI-KARLSRUHE.DE netbios name = fwi-fortuna allow trusted domains = No winbind use default domain = yes winbind trusted domains only = yes server string = %h server (Samba %v) security = ADS username map = /etc/samba/usermap restrict anonymous = 2 load printers = No pri...
2009 Aug 18
1
ggplot2: geom_smooth and legend
...key that goes with the geom_smooth? In my case it doesn't ease the reading of the legend. http://www.4shared.com/file/125864977/e10644f8/desorb.html Cordialement / Regards ------------------------------------------- Benoit Boulinguiez Ecole de Chimie de Rennes (ENSCR) Bureau 1.20 Equipe CIP UMR CNRS 6226 "Sciences Chimiques de Rennes" Avenue du G?n?ral Leclerc CS 50837 35708 Rennes CEDEX 7 Tel 33 (0)2 23 23 80 83 Fax 33 (0)2 23 23 81 20 http://www.ensc-rennes.fr/
2010 Sep 10
3
ggplot bar geom: control the filling in the colour legend
...to represent the colour legend in a bar plot with ggplot? in this example, fillings are raven black, I'd like them white. ggplot(diamonds, aes(clarity, colour = cut)) + geom_bar() Regards -- ------------- Benoit Boulinguiez Ph.D student Ecole de Chimie de Rennes (ENSCR) Bureau 1.20 Equipe CIP UMR CNRS 6226 "Sciences Chimiques de Rennes" Avenue du G?n?ral Leclerc CS 50837 35708 Rennes CEDEX 7 Tel 33 (0)2 23 23 80 83 Fax 33 (0)2 23 23 81 20 http://www.ensc-rennes.fr/
2006 Aug 03
9
Finding out on which port mongrel is running
Hi *, What''s the best way to find out on which port mongrel is running from within Rails? I have a cluster of mongrels behind a balancer (Pen) behind a webserver (Apache). In Rails, request.port return 80 and request.env[''SERVER_PORT''] returns 3000 (the port of Pen) Any ideas? Cheers, Max
2008 Sep 10
3
writing simple function through script
...rror. #yo(NC60.DATA) Erreur dans eval(expr, envir, enclos) : objet "Xdata" not found The object Xdata isn't found. Why? Is that possible to debug a function with R? Regards/Cordialement ------------- Benoit Boulinguiez Ph.D Ecole de Chimie de Rennes (ENSCR) Bureau 1.20 Equipe CIP UMR CNRS 6226 "Sciences Chimiques de Rennes" Campus de Beaulieu, 263 Avenue du Général Leclerc 35700 Rennes, France Tel 33 (0)2 23 23 80 83 Fax 33 (0)2 23 23 81 20 http://www.ensc-rennes.fr/ [[alternative HTML version deleted]]
2008 Sep 18
1
axis text size in scatter plot
Hi, Quite simple question I guess. Where could we specify the size of the text (axis,legend) for a scatter plot graphic made with plot()? Regards/Cordialement ------------- Benoit Boulinguiez Ph.D Ecole de Chimie de Rennes (ENSCR) Bureau 1.20 Equipe CIP UMR CNRS 6226 "Sciences Chimiques de Rennes" Campus de Beaulieu, 263 Avenue du Général Leclerc 35700 Rennes, France Tel 33 (0)2 23 23 80 83 Fax 33 (0)2 23 23 81 20 http://www.ensc-rennes.fr/ [[alternative HTML version deleted]]
2008 Sep 23
1
superscript text style in axis label in graph
...erscript or subscript in the axis label of a graph. Is that possible in R? For instance in xlab="Ce (mmol/m3)", I'd need the "3" of cubic meter in superscript. Regards/Cordialement ------------- Benoit Boulinguiez Ph.D Ecole de Chimie de Rennes (ENSCR) Bureau 1.20 Equipe CIP UMR CNRS 6226 "Sciences Chimiques de Rennes" Campus de Beaulieu, 263 Avenue du Général Leclerc 35700 Rennes, France Tel 33 (0)2 23 23 80 83 Fax 33 (0)2 23 23 81 20 http://www.ensc-rennes.fr/ [[alternative HTML version deleted]]
2008 Sep 30
1
par() default values
Hi all, Is that possible to get back to the par() default values easily? I played a bit with par() Regards/Cordialement ------------- Benoit Boulinguiez Ph.D Ecole de Chimie de Rennes (ENSCR) Bureau 1.20 Equipe CIP UMR CNRS 6226 "Sciences Chimiques de Rennes" Campus de Beaulieu, 263 Avenue du Général Leclerc 35700 Rennes, France Tel 33 (0)2 23 23 80 83 Fax 33 (0)2 23 23 81 20 http://www.ensc-rennes.fr/ [[alternative HTML version deleted]]
2008 Oct 30
1
continue a loop after an error with confint
...ions the confidence interval is not estimated because of a singular gradient result. Then it stops the loop. Is that possible to continue the loop after an error returned by confint? Regards/Cordialement ------------- Benoit Boulinguiez Ph.D Ecole de Chimie de Rennes (ENSCR) Bureau 1.20 Equipe CIP UMR CNRS 6226 "Sciences Chimiques de Rennes" Avenue du Général Leclerc 35708 Rennes CEDEX 7 Tel 33 (0)2 23 23 80 83 Fax 33 (0)2 23 23 81 20 <http://www.ensc-rennes.fr/> http://www.ensc-rennes.fr/ [[alternative HTML version deleted]]
2009 Apr 28
1
text in graph with expression
...ab=expression(Delta~P~(Pa/m)) ,col=2 ,pch=16 ,cex=1.5) I just need to know how to avoid the use of a space (~) between the greek letter (Delta) and the rest of the text. Regards/Cordialement ------------- Benoit Boulinguiez Ph.D student Ecole de Chimie de Rennes (ENSCR) Bureau 1.20 Equipe CIP UMR CNRS 6226 "Sciences Chimiques de Rennes" Avenue du Général Leclerc CS 50837 35708 Rennes CEDEX 7 Tel 33 (0)2 23 23 80 83 Fax 33 (0)2 23 23 81 20 <http://www.ensc-rennes.fr/> http://www.ensc-rennes.fr/ [[alternative HTML version deleted]]