search for: ampli

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

Did you mean: ample
2005 Aug 31
1
Bioconductor and R-devel
...pecting 22283 unique probesets, found 22284 Can anyone advise me on how to fix this problem? I was able to run the same data set with gcc-compiled R2.1.1 and BioConductor 1.6 successfully. Here is the code that I ran, if it helps to diagnose the problems. library(simpleaffy); library(affy); ampli.data <- ReadAffy() # normalize the data using call.exprs and mas5 ampli.eset <- call.exprs(ampli.data, "mas5") # see what data is stored in ampli.eset at description@preprocssing names(ampli.eset at description@preprocessing) # acess each piece of information within ampli.eset a...
2018 May 20
3
Samba 4.8.2
On Fri, 2018-05-18 at 14:44 +0200, Micha Ballmann via samba wrote: > Is it possible to Mix Samba 4.8.2 with Samba 4.7.7? > > I have three domain controller (up to 10000 users) running on Samba 4.7.7. > > I want to kill all samba processes of Dc1 and do all necessary steps for an upgrade to version 4.8.2. Dc2 and Dc2 still running and providing. > > After a reboot of the
2006 Jun 13
2
Building R package: make pdf & _masked_by_GlobalEnv
Hi.... I am assembling an R package (under Windows XP, R v.2.3) and have a very basic question. Running R CMD build does not generate a pdf. R CMD check generates a .dvi, but I cannot figure out how to automatically create the pdf. I thought from reading the "writing r extensions' manual that R CMD build was supposed to generate the pdf. I am having no success using various
2008 Feb 05
0
[LLVMdev] 2.2 garbage collector questions
thomas weidner wrote: > Hello, > > i want to implement a common lisp subset using llvm for fun. Out of curiousity, for which CL implementation is this targeted? sbcl? Or something you're rolling? The reason why I ask is that I expressed an outrageous opinion at Supercomputing back in November, to wit, that CL is probably the best language suited for today's multicore
2011 Nov 21
5
[LLVMdev] Suggestions for LLVM Developer's Conference 2012
On 11/20/2011 4:33 PM, Chris Lattner wrote: > One idea for a hacking session would be a "performance analysis > workshop". People could bring their apps, we could sample them track > down what part of the compiler would need to change and code it up (if > time allowed). > > Given the trade offs involved, it could be helpful to many folks, the > trick is to get
2008 Feb 04
3
[LLVMdev] 2.2 garbage collector questions
Hello, i want to implement a common lisp subset using llvm for fun. This requires the use of a garbage collector. I read the docs, but many things are still unclear to me. 1. how are collectors supposed to find all living objects? there is llvm.gcroot for marking objects on the stack,but how do collectors crawl heap objects? I did not see a way to provide custom mark functions. Are
2011 Nov 20
7
[LLVMdev] Suggestions for LLVM Developer's Conference 2012
David, Sorry I missed the Community Event Planning session. There was this neat session on Backend\Infrastructure competing with it. :) Whiteboards (with markers (and erasers?)). I was speaking with Dan G about the complexities of trying to get the SelectionDAG to represent physical registers. He mentioned during our conversation that a whiteboard would help. Ballroom Salon V would have
2011 Nov 20
0
[LLVMdev] Suggestions for LLVM Developer's Conference 2012
One idea for a hacking session would be a "performance analysis workshop". People could bring their apps, we could sample them track down what part of the compiler would need to change and code it up (if time allowed). Given the trade offs involved, it could be helpful to many folks, the trick is to get the right people to show up. -Chris On Nov 20, 2011, at 2:10 PM, Joe Abbey
2011 Nov 21
0
[LLVMdev] Suggestions for LLVM Developer's Conference 2012
Hi John, While this is a good idea, wouldn't it logistically take longer to get the microphone to the person involved than for the presenter to repeat the question? Cheers, James From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On Behalf Of John Criswell Sent: 21 November 2011 05:07 To: llvmdev at cs.uiuc.edu Subject: Re: [LLVMdev] Suggestions for
2011 Nov 28
0
[LLVMdev] Suggestions for LLVM Developer's Conference 2012
On Nov 20, 2011, at 9:06 PM, John Criswell wrote: > On 11/20/2011 4:33 PM, Chris Lattner wrote: >> >> One idea for a hacking session would be a "performance analysis workshop". People could bring their apps, we could sample them track down what part of the compiler would need to change and code it up (if time allowed). >> >> Given the trade offs involved,
2018 May 21
0
Samba 4.8.2
On Mon, 21 May 2018 09:21:42 +1200 Andrew Bartlett via samba <samba at lists.samba.org> wrote: > On Fri, 2018-05-18 at 14:44 +0200, Micha Ballmann via samba wrote: > > Is it possible to Mix Samba 4.8.2 with Samba 4.7.7? > > > > I have three domain controller (up to 10000 users) running on Samba > > 4.7.7. > > > > I want to kill all samba processes
2006 Jul 12
2
AICc vs AIC for model selection
Hi, I am using 'best.arima' function from forecast package to obtain point forecast for a time series data set. The documentation says it utilizes AIC value to select best ARIMA model. But in my case the sample size very small - 26 observations (demand data). Is it the right to use AIC value for model selection in this case. Should I use AICc instead of AIC. If so how can I modify
2018 May 22
2
Samba 4.8.2
Am 2018-05-21 um 09:31 schrieb Rowland Penny via samba: > On Mon, 21 May 2018 09:21:42 +1200 > Andrew Bartlett via samba <samba at lists.samba.org> wrote: > >> On Fri, 2018-05-18 at 14:44 +0200, Micha Ballmann via samba wrote: >>> Is it possible to Mix Samba 4.8.2 with Samba 4.7.7? >>> >>> I have three domain controller (up to 10000 users) running
2015 Jul 03
2
Scalability with high density servers and proxies, TCP port limits
Hello, first post in 3 years, kinda shows how painless Dovecot is. ^o^ Also this isn't really a dovecot issue, alas it's involved and since there are some large scale implementations of it I hope somebody here has some insights I might have missed. Currently we're running this setup: 1. LVS (DR mode) in a HA configuration (2 node cluster) 2. Dovecot in proxy mode on a 2 node
2012 Jun 05
4
How do I obtain the current active path of a function that's being called?
Hi all, How do I obtain the current active path of a function that's being called? That's to say, I have several source files and they all contain definition of function A. I would like to figure out which function A and from which file is the one that's being called and is currently active? Thanks a lot! [[alternative HTML version deleted]]
2004 Dec 02
0
Quotes from BHH2e
Yesterday I had the opportunity to attend a seminar by George Box where he discussed some of the ideas that will be incorporated in the second edition of Box, Hunter, and Hunter "Statistics for Experimenters" due out in a few months. At the end of the presentation he distributed a list of quotes from the book and I felt that many of these would be appealing to members of this
2007 Aug 22
6
Re: [puppet] #779: access to inherited variables from within a template
puppet schrieb: > #779: access to inherited variables from within a template > -----------------------------------------+---------------------------------- > Reporter: simu | Owner: luke > Type: enhancement | Status: new > Priority: normal | Milestone: >
2008 Feb 05
6
[LLVMdev] 2.2 garbage collector questions
Scott Michel <scottm <at> rushg.aero.org> writes: > Out of curiousity, for which CL implementation is this targeted? sbcl? > Or something you're rolling? I wanted to roll out my own lisp, and maybe use some library code from existing lisps (think of loop or format). Adding an LLVM backend to an existing lisp implementation is a nice idea, but currently not planned. >
2006 Sep 11
4
syntax of nlme
Hello, How do I specify the formula and random effects without a startup object ? I thought it would be a mixture of nls and lme. after trying very hard, I ask for help on using nlme. Can someone hint me to some examples? I constructed a try using the example from nls: #variables are density, conc and Run #all works fine with nls DNase1 <- subset(DNase, Run == 1 ) fm2DNase1 <- nls(
2006 Mar 15
2
Regarding aov Error()
The following dummy data frame has factor Q (with 2 levels) nesting factor P (with levels p1 and p2 nested under q1, and p3 and p4 nested under q2), but both crossing the random variate s, which has 8 levels. The dependent measure is dv. > # The data frame: > testnest dv s P Q 1 1 s1 p1 q1 2 2 s2 p1 q1 3 1 s3 p1 q1 4 2 s4 p1 q1 5 1 s5 p1 q1 6 3 s6 p1 q1 7 3 s7