search for: g3

Displaying 20 results from an estimated 568 matches for "g3".

Did you mean: tg3
2003 Apr 01
2
Can't run regression on G3 Mac
Hi, I'm new to R. I was wondering if anyone has an OS X native installation (not Carbon) of R on a G3 Macintosh that is able to run linear regression? I installed Jan de Leeuw's R binary for OS 10.2 Jaguar on my laptop, which is still a G3 model. When I try to run a simple regression, using lm, I get an "Illegal Instruction" message and R quits. Jan thinks it may be the case that hi...
2005 Jan 24
1
(no subject)
AS a proof of concept experiment, I want to try and integrate Asterisk with my Lucent Definity G3 switch. I don?t have an available T1 port on the G3 but I can round up 4 analog ports off the G3. What I thought I could do is create a ?Hunt group? on the G3. Let?s say I configure 5610 ? 5613 as a hunt group. I know I would need a 4 port FXO card to install in the Asterisk server. Two configurati...
2009 Dec 29
2
pass functions and arguments to function
Hi, I wonder how to pass several functions and their arguments as arguments to a function. For example, the main function is f = function(X ) { process1(X) ... process2(X) } I have a few functions that operate on X, e.g. g1(X, par1), g2(X, par2), g3(X, par3). par1, par2 and par3 are parameters and of different types. I would like to pass g1, g2, g3 and their arguments to f and g1, g2, g3 may appear to be in different orders. So that final effect of the passing is f = function(X ) { process1(X) g1(X, par1) g2(X, par2) g3(X, par3)...
2013 Jan 24
1
Pairwise Comparrisons
...dow, do pairwise comparisons of sequence similarity. Coding the sliding window I think I can manage but what I''m trying to get to grips with is getting it so as every pairwise comparison is made, no matter how many genomes are added, from 3 to N. So if I had four genome sequences, G1, G2, G3, G4 the comparisons would be: G1:G1 G1:G2 G1:G3 G1:G4 G2:G2 G2:G3 G2:G4 G3:G3 G3:G4 G4:G4 I can think of a way this might be done with a very complicated loop, which would take the region in the window of each genome and then make all possible combination/comparrisons: So the loop would take G1,...
2009 Jul 15
1
Help with averaging
...ot;G1-C1","G1-C2","G1-C3","G1-C4","G1-C5","G1-C6","G1-C7","G1-C8", "G2-C9","G2-C10","G2-C11","G2-C12","G2-C13","G2-C14","G2-C15","G2-C16", "G3-C17","G3-C18","G3-C19","G3-C20","G3-C21","G3-C22","G3-C23", "G4-C24","G4-C25","G4-C26","G4-C27","G4-C28","G4-C29","G4-C30","G4-C31") write.csv(averagedRe...
2008 Apr 05
2
How to improve the "OPTIM" results
...63352, 0.20263192) # data theta0= c(log(2),0,c(0,-.3,.3),log(c(10,.05,.05))) # initial value(In fact, true parameter value) n = length(x) fr2 = function(theta) { a1 = theta[1]; a2 = theta[2] mu1 = theta[3]; mu2 = theta[4]; mu3 = theta[5] g1 = theta[6]; g2 = theta[7]; g3 = theta[8] w1=exp(a1)/(1+exp(a1)+exp(a2)) w2=exp(a2)/(1+exp(a1)+exp(a2)) w3=1-w1-w2 obj =((w1^2)/(2*sqrt(exp(g1)*pi)) + (w2^2)/(2*sqrt(exp(g2)*pi)) + (w3^2)/(2*sqrt(exp(g2)*pi)) + 2*w1*w2*dnorm((mu1-mu2)/sqrt(exp(g1)+exp(g2)))/sqrt(exp(g1)+exp(g2)) + 2*w1*w...
2008 Apr 05
2
How to improve the "OPTIM" results
...63352, 0.20263192) # data theta0= c(log(2),0,c(0,-.3,.3),log(c(10,.05,.05))) # initial value(In fact, true parameter value) n = length(x) fr2 = function(theta) { a1 = theta[1]; a2 = theta[2] mu1 = theta[3]; mu2 = theta[4]; mu3 = theta[5] g1 = theta[6]; g2 = theta[7]; g3 = theta[8] w1=exp(a1)/(1+exp(a1)+exp(a2)) w2=exp(a2)/(1+exp(a1)+exp(a2)) w3=1-w1-w2 obj =((w1^2)/(2*sqrt(exp(g1)*pi)) + (w2^2)/(2*sqrt(exp(g2)*pi)) + (w3^2)/(2*sqrt(exp(g2)*pi)) + 2*w1*w2*dnorm((mu1-mu2)/sqrt(exp(g1)+exp(g2)))/sqrt(exp(g1)+exp(g2)) + 2*w1*w...
2012 Jun 04
1
simulation of modified bartlett's test
...'m not really sure that my coding is right.. #normal distribution unequal variance asim<-5000 pv<-rep(NA,asim) for(i in 1:asim) {print(i) set.seed(i) n1<-20 n2<-20 n3<-20 mu<-0 sd1<-sqrt(25) sd2<-sqrt(50) sd3<-sqrt(100) g1<-rnorm(n1,mu,sd1) g2<-rnorm(n2,mu,sd2) g3<-rnorm(n3,mu,sd3) x=c(g1,g2,g3) group=c(rep(1,n1),rep(2,n2),rep(3,n3)) N=60 k=3 v1=var(g1) v2=var(g2) v3=var(g3) #pooled variance A=((n1-1)*v1+(n2-1)*v2+(n3-1)*v3)/(N-k) #calculate B B=((N-k)*(log(A)))-((n1-1)*log(v1)+(n2-1)*log(v2)+(n3-1)*log(v3)) #calculate C C=1+(1/(3*(k-1))*(((1/(n1-1))+(1/(...
2017 Jul 25
3
AWS EC2 - CentOS 6 + 7 AMIs for new g3.* instance types?
Hello- Does anyone one this list maintain the official CentOS 6 + 7 AMIs in AWS? If so, could you please enable those images for use with the new g3.* instance types? If this list is the wrong place for this request, please point me in the right direction. Thanks! -Stephan
2005 Jan 24
1
(no subject)
...m.com] On Behalf Of Doug Lytle Sent: Monday, January 24, 2005 9:02 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] (no subject) Pat Delaney wrote: > AS a proof of concept experiment, I want to try and integrate Asterisk > with my Lucent Definity G3 switch. I don't have an available T1 port > on the G3 but I can round up 4 analog ports off the G3. What I thought > I could do is create a "Hunt group" on the G3. Let's say I configure > 5610 - 5613 as a hunt group. I know I would need a 4 port FXO card to > insta...
2013 Aug 25
2
[LLVMdev] Problems with class inheritance in LLVM
Hi, I have a simple program example attached. All it does is try to derive a class from llvm::MemoryObject. Can anyone tell me why this fails to compile with this error message: clang -DHAVE_CONFIG_H -I. -I../src -I../include -I../test -I/usr/include/llvm-c-3.2 -I/usr/include/llvm-3.2 -O0 -g3 -Wall -O0 -Wall -g3 -MT mem.o -MD -MP -MF .deps/mem.Tpo -c -o mem.o mem.cpp mv -f .deps/mem.Tpo .deps/mem.Po /bin/bash ../libtool --tag=CXX --mode=link clang -I../test -I/usr/include/llvm-c-3.2 -I/usr/include/llvm-3.2 -O0 -g3 -Wall -O0 -Wall -g3 -export-dynamic -module -avoid-version -O0 -Wall...
2009 Jun 17
3
Asterisks, Sip to Local PRI/PTSN issue
...ng in and out of it constantly right now. BUT if I try and make a local call from SIP (from X-Lite or one of our Linksys SPA2102s) It fails every time with errors like these == Using SIP RTP CoS mark 5 -- Executing [9819213 at from_test:1] Dial("SIP/test-b636a620", "DAHDI/G3/9819213") in new stack -- Requested transfer capability: 0x00 - SPEECH -- Called G3/9819213 -- Channel 0/23, span 3 got hangup, cause 50 -- Hungup 'DAHDI/71-1' == Everyone is busy/congested at this time (1:0/0/1) -- Auto fallthrough, channel 'SIP/test-b6...
2006 Feb 24
3
Sorting alphanumerically
I'm trying to sort a DATAFRAME by a column "ID" that contains alphanumeric data. Specifically,"ID" contains integers all preceeded by the character "g" as in: g1, g6, g3, g19, g100, g2, g39 I am using the following code: DATAFRAME=DATAFRAME[order(DATAFRAME1$ID),] and was hoping it would sort the dataframe by ID in the following manner g1, g2, g3, g6, g19, g39, g100 but it doesn't sort at all. Could anyone point out my mistake? Thank you. Mark
2007 Dec 03
1
video capture via nvidia g3, cento5 (rhel5) - arrrgghhh
...googling like crazy, and can't seem to get any good pointers. I'm trying to get some kind of video capture working and eventually get a live cam setup and security setup with motion sensing. I've given up on getting my USB webcam to work. I'm now trying via the video input of my G3 card. I've installed the latest nvidia drivers for g3 and still no go. Not sure I even have the slightest clue of what I'm doing. Any pointers or good resources? Thanks.
2014 Aug 18
2
Automatically add group
Dear All. I have a file server. I installed the samba on it to store the document. See below for the security : - group : + g1 : user1, user2,user3 + g2 : user4, user5,user6 + g3 : user1,user5 - folder : + folder A : set permission chmod 775 and group chown root:g3 The problem is when the user1 modified a file in folder A then that file add the group g1 automatically. So the user2 can modify that file. Quest : How to deny to add group automatically. Thanks AL...
2010 Feb 15
2
anyone using pxelinux.0 > 3.36 successfully with HP DLXXX G3, G5?
Hello * this morning I tried to upgrade from pxelinux 3.11 to 3.84 and discovered that the localboot stuff does not work on HP DL360 G3 and G5. The latest syslinux Version I found with a working localboot is 3.36. pxelinux.cfg/default: default harddisk prompt 1 label harddisk localboot 0 implicit 0 timeout 250 This so simple, it should just work, shouldn't it? The BIOS Versions are G3 BIOS: P31(03/03/2...
2004 Nov 24
3
Haven't got a clue ...
...n be). I've verified that the dialled number is invalid by calling it with a mobile, and I get the "number is incorrect". How do I pass that information back to the callee ? What I suspect is happening is that the caller uses zap/g4 (the link to the meridian), * tries to dial on zap/g3 (the link from * to the isdn30), finds that the number is invalid, drops the channel on zap/g3. Zap/g4 therefore cannot be connected, and it is dropped as well. Help! My (snipped) dialplan is [dial-isdn-a] exten => _0.,1,AgentMonitorOutgoing(n) exten => _0.,2,CallingPres(0) exten => _0...
2013 Aug 23
1
HP R1500 G3 UPS does not accept battery.charge.low value via upsrw
Hi there, my HP R1500 G3 UPS doesn't apply my battery.charge.low value i set via upsrw. Is this a common problem with this model in nut 2.6.4? Any ideas how to force the UPS to accept this value? Regards Jan % upsc hp1500 battery.charge: 100 battery.charge.low: 20 battery.charge.warning: 20 battery.runtime: 23917 b...
2013 Aug 07
0
HP R1500 G3 problems
On Aug 7, 2013, at 7:40 AM, Jan Phillip Greimann wrote: > I tried to set up nut with our new arrived HP R1500 G3 UPS but there is a failure with the usb connection. After trying "/lib/nut/usbhid-ups -DD -a hp1500" the log says there are "libusb_get_interrupt: Connecion timed out". If you start upsd, what does "upsc hp1500" return? There are two ways to fetch values from a HID U...
2017 Jul 26
1
AWS EC2 - CentOS 6 + 7 AMIs for new g3.* instance types?
...d by the CentOS team, not by AWS. Details and suggestions to contact this list for assistance are published at both https://wiki.centos.org/Cloud/AWS and https://wiki.centos.org/Cloud/AWS Basically, the maintainer of the Centos.org AWS account just needs to add/approve the current AMIs for the g3.* instance types. Should be a purely administrative action. Thanks. -Stephan On 7/25/2017 3:16 PM, Stephan Koledin wrote: > Hello- > > Does anyone one this list maintain the official CentOS 6 + 7 AMIs in AWS? > > If so, could you please enable those images for use with the new g3....