search for: ct1

Displaying 20 results from an estimated 23 matches for "ct1".

Did you mean: c1
2011 May 01
1
quick help needed: split a number and "find and replace" type of function that works like in MS excel
Hi R experts I have a couple of quick question: Q1 #my data set.seed(12341) SN <- 1:100 pool<- c(12,13,14, 23, 24, 34) CT1<- sample(pool, 100, replace= TRUE) set.seed(1242) CT2 <- sample(pool, 100, replace= TRUE) set.seed(142) CT3 <- sample(pool, 100, replace= TRUE) # the number of variables run to end of coulmn 20000 mydf <- data.frame(SN, CT1, CT2, CT3) First question: how can I split 12 into 1 2, 13...
2006 Nov 26
1
Patch for optiups to support Zinto D from ONLINE USV-Systeme AG
...r(OPTI_ZINTO) ) ser_send( upsfd, "\r\n" ); return optireadline(); } @@ -179,12 +196,26 @@ { /* You do realize this will kill power to ourself. Would probably only * be useful for killing power for a slave computer */ + if ( testvar(OPTI_ZINTO) ) + { + optiquery( "Ct1" ); + optiquery( "Cs0000000" ); + sleep(2); + return STAT_INSTCMD_HANDLED; + } optiquery( "Ct0" ); optiquery( "Cs00000000" ); return STAT_INSTCMD_HANDLED; } else if (!strcasecmp(cmdname, "load.on")) { + if ( te...
2020 Mar 22
3
Tasa variación diaria COVID-19
...se, physical = physical) : x is not a data.table > > # newc: son los nuevos casos > df[, newc:=ct - shift(ct), by=.(com)] Error in `[.data.frame`(df, , `:=`(newc, ct - shift(ct)), by = .(com)) : unused argument (by = .(com)) > > # tasa: es la tasa de cambio que calculé así (ct2 - ct1)/ct1 > > df[, tasa:=newc/ct, by=.(com)] Error in `[.data.frame`(df, , `:=`(tasa, newc/ct), by = .(com)) : unused argument (by = .(com)) El dom., 22 mar. 2020 a las 16:52, neo (<ericconchamunoz en gmail.com>) escribió: > Hola Javier, yo lo hice de la siguiente forma: > > lib...
2013 Feb 19
2
Cramer von Mises test for a discrete distribution
.... I attach two of these vectors so you can run the following code. I've also thought to divide both vectors by a real constant such as pi. Do you think these two approaches are acceptable? ? setwd("") require(CvM2SL2Test) prm = scan('prm.txt') prpmr = scan('prpmr.txt') ct1 = cvmts.test(prm, prpmr) # here R crashes ct1 cvmts.pval( ct1, length(prm), length(prpmr) ) ? ? Thank you for your help, ? Santi -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: prm.txt URL: <https://stat.ethz.ch/pipermail/r-help/attachments/...
2003 Dec 23
1
CT1 and callerid
I'm just double checking.. I was told it wasn't possible but i'm going to ask just in case. Can you set outbound callerid on a channelized T1? bkw
2004 Aug 27
0
Hangup() doesn't always when talking to Nortel Norstar over CT1 E &M wink-start trunk line?
I've noticed a problem with calls to Hangup when talking to my Norstars over channelised T-1 E&M trunk lines - it's been present since I started to fiddle with Asterisk last December and it's still present in 'Asterisk CVS-HEAD-08/13/04-10:37:13'. Specifically, when a call is connected to Asterisk from the Norstar DTI card to my T100p I get the following conditions
2020 Mar 23
2
Tasa variación diaria COVID-19
...> > # newc: son los nuevos casos > > > df[, newc:=ct - shift(ct), by=.(com)] > > Error in `[.data.frame`(df, , `:=`(newc, ct - shift(ct)), by = .(com)) : > > unused argument (by = .(com)) > > > > > > # tasa: es la tasa de cambio que calculé así (ct2 - ct1)/ct1 > > > > > > df[, tasa:=newc/ct, by=.(com)] > > Error in `[.data.frame`(df, , `:=`(tasa, newc/ct), by = .(com)) : > > unused argument (by = .(com)) > > > > El dom., 22 mar. 2020 a las 16:52, neo (<ericconchamunoz en gmail.com>) > > escribi...
2003 Dec 24
3
CT1 and callerid / DNIS
On Tue, 2003-12-23 at 19:22, Brian West wrote: > I'm just double checking.. I was told it wasn't possible but i'm going to > ask just in case. > > Can you set outbound callerid on a channelized T1? > >I think there is a way to do something like DID with the 4 digits of >DTMF passed before the call. It is unlikely though that you will find >someone interested
2004 Sep 07
2
Maximum tollerable lag/jitter for IAX2 w/o j itterbuffer enabled?
Unfortunatly no on both counts. The arrangement right now has: PSTN Trunks & Stations <-> Nortel Norstar#1 <-CT1-> Asterisk#1 <-IAX2-> Asterisk#2 <-CT1-> Nortel Nortstar#2 <-> Stations The Asterisk boxes provide Voicemail to their sites Norstars and intersite calls over IAX. Local Voicemail works flawlessly at each site but there have been reports of PSTN calls that are in voicemail on A...
2020 Mar 25
2
Tasa variación diaria COVID-19
...df[, newc:=ct - shift(ct), by=.(com)] > > > > Error in `[.data.frame`(df, , `:=`(newc, ct - shift(ct)), by = > .(com)) > > : > > > > unused argument (by = .(com)) > > > > > > > > > > # tasa: es la tasa de cambio que calculé así (ct2 - ct1)/ct1 > > > > > > > > > > df[, tasa:=newc/ct, by=.(com)] > > > > Error in `[.data.frame`(df, , `:=`(tasa, newc/ct), by = .(com)) : > > > > unused argument (by = .(com)) > > > > > > > > El dom., 22 mar. 2020 a las 16:52,...
2020 Mar 21
9
Tasa variación diaria COVID-19
Hola: Tengo los datos diarios del número de casos de coronavirus por comunidades autónomas y quiero calcular el número diario de nuevos casos y la tasa diaria de variación del número de casos y no se como hacerlo en R. *fecha* *comunidad* *poblacion* *casos_totales* 04/03/2020 Andalucía 8414240 13 05/03/2020 Andalucía 8414240 12 06/03/2020 Andalucía 8414240 21 04/03/2020 Aragón
2009 Nov 02
1
AR Simulation with non-normal innovations - Correct
Dear Users, I would like to simulate an AR(1) (y_t=ct1+y_t-1+e_t) model in R where the innovations are supposed to follow a t-GARCH(1,1) proccess. By t-GARCH I want to mean that: e_t=n_t*sqrt(h_t) and h_t=ct2+a*(e_t)^2+b*h_t-1. where n_t is a random variable with t-Student distribution. If someone could give some guidelines, I can going developing...
2007 Apr 03
1
openssl-0.9.7e compile error.
I am trying versions back. But I get the same compile error every time on HP-UX 11.0 with openssh-4.5p1. Was almost there. . . . gcc -o ssh ssh.o readconf.o clientloop.o sshtty.o sshconnect.o sshconne ct1.o sshconnect2.o -L. -Lopenbsd-compat/ -L/usr/local/ssl/lib -lssh -lopenbsd-compat -lcrypto -lz -lnsl -lxnet -lsec /usr/ccs/bin/ld: Unsatisfied symbols: _U_Qfneg (first referenced in openbsd-compat//libopenbsd-compat.a(bsd-arc4random.o)) (code) collect2: ld returned 1 exit status *** Error exit...
2003 Dec 04
4
Channelbank Recomendation and GS102 question
Hi All. I'm working on an * configuration. We require 8 inbound POTS lines, and CT1 or PRI seems like it will be quite expensive at that level. I've read that a T1 Channelbank plus the T100P would be a (the?) way to go for this situation. What is the recommended channelbank for use in this scenario? From searching the archives I see a lot of suggestions to get "a ch...
2012 Feb 07
2
Actual vs. predicted survival times
...have access to a plot to make a decision on its usefulness. I appreciate that there are predict.coxph and predict.cph options available to me. My first attempt was as follows: # fit Cox model # coxfita = coxph(Surv(tsecond,seccens)~stroke(smess)+rels(smess)+asleep(smess)+eeg1(smess)+eeg2(smess)+ct1(smess)+ct2(smess)+treat(smess),data=smess) # Find censored and observed groups # messcens <- subset(smess,seccens==1) messobs <- subset(smess,seccens==0) # Obtain predicted survival times # explp <- exp(predict(coxfita,type="lp")) explp2 <- mean(ssmess$tsecond,na.rm=TRUE)*ex...
2004 Jun 21
4
integrating with existing PBX
I'm looking for a way to give VoIP capabilities to an existing PBX: it's made by Mitel and it's used in a small/medium environment (a few dozen phones, but the PBX has capabilities for up to 200, if i remember correctly). Any high-level guidelines on how to integrate Asterisk with a PBX that's already in use? Probably that particular PBX is not supported directly, but are there
2003 Oct 28
1
Software FAX Modem--One Last Request For Help
...from or how I bring the call into Asterisk. My lastest effort was a call from a Pitney-Bowes FAX machine into an X100P on an analog extension off our Nortel Option 11C PBX. It's not the Nortel PBX--we have analog modems and faxmodems all over the place here, and even a Lucent Portmaster on a CT1, hanging off that PBX and all work fine. Besides, I've already tried several different faxmodems plugged directly into an S100U on the * box running RxFax, I've tried sending calls across my T100P, I've tried TDMoE on a lightly-loaded Ethernet segment, I even tried an IAX trunk just fo...
2004 Aug 11
0
Inband announcement of parking slot from app_parkandannounce?
...star PBXes. Right now I can blind transfer calls into the parking lot, but the slot announcement relies on calling back the 'transferee' after the call is parked and I can't pass enough callerid data out from within the PBX to be able to route the call back in (ie. no PRI facility, just cT1). With the Norstar a two-step transfer (Feature-70) can be performed where the caller is placed on hold while the 'trasferee' converses with the 'transfer target' and eventually 'joins' the caller and the target. This would permit the 'transferee' to hear the slot...
2009 Dec 14
0
[Bug 595] MARK filter doesn't work
...|WORKSFORME ------- Comment #3 from eric at inl.fr 2009-12-14 20:31 ------- With latest git tree, I did not manage to reproduce the problem. For the record, I've used the following stack: stack=log1:NFLOG,base1:BASE,mark1:MARK,ifi1:IFINDEX,ip2str1:IP2STR,print1:PRINTPKT,emu1:LOGEMU stack=ct1:NFCT,mark1:MARK,op1:OPRINT -- Configure bugmail: http://bugzilla.netfilter.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
2007 Apr 05
2
openssh-4.4p1 compile error.
...ject: Re: openssl-0.9.7e compile error. Moore, Jerry C (CSC) (US SSA) wrote: > I am trying versions back. But I get the same compile error every time > on HP-UX 11.0 with openssh-4.5p1. Was almost there. > > gcc -o ssh ssh.o readconf.o clientloop.o sshtty.o sshconnect.o sshconne > ct1.o sshconnect2.o -L. -Lopenbsd-compat/ -L/usr/local/ssl/lib -lssh > -lopenbsd-compat -lcrypto -lz -lnsl -lxnet -lsec > /usr/ccs/bin/ld: Unsatisfied symbols: > _U_Qfneg (first referenced in > openbsd-compat//libopenbsd-compat.a(bsd-arc4random.o)) (code) > collect2: ld returned 1 e...