search for: lamba

Displaying 14 results from an estimated 14 matches for "lamba".

Did you mean: samba
2002 Mar 21
1
Wilks Lamba
Hi all, I can't figure out how to compute Wilks Lambda in a one way repeated measure design. My matrix looks like: > t2.m Blank ECR ENC UEA UED 1 -0.15 0.14 0.16 0.09 0.14 2 0.30 0.08 0.14 0.14 0.14 [...] where each row is a case and the columns are levels of one factor (named trial): > t2.fit <- manova(t2.m ~ 1) > summary(t2.fit, intercept=T,
2006 Oct 11
3
for loop not working in function
I'm trying to write a small function (below) to compute Box & Cox transformations of x for arbitrary values of lambda. I'd like to specify a range of values for lamba (min,max,step) and am having trouble getting the for loop to work. Suggestions? Any pointers to resources for learning to write functions in R for neophyte programmers? Thanks. --Dale boxcox <- function(x,min,max,step) { lambda <- seq(min,max,step) s <- length(lambda) for (lambda i...
2011 Jul 08
2
[LLVMdev] Test Failures
...> That message means you're on 64-bit with SSE2 turned off. Probably > fallout from recent target-feature work, but none of the builders show > any issues; can you give more info? What would help? I simply updated, configure --prefix=<foo>, make, make check. $ uname -a Linux lamba 2.6.37.3-0.3-default #1 SMP Thu Apr 28 09:24:02 CDT 2011 x86_64 x86_64 x86_64 GNU/Linux -Dave
2004 Apr 30
2
Site for Asterisk-Ethernet Only-Sip Implementation
Hi Everyone, Could someone direct me to a site that talks about Asterisk implementation for Ethernet interfaces/SIP Implementation? I've done my share of googleing and am only able to come up with sites that use digium hardware only. Regards, Akshay -------------- next part -------------- An HTML attachment was scrubbed... URL:
2013 Mar 11
1
Implementation of the PL2 weighting scheme of the DFR Framework
Hello guys.I am working on implementing the PL2 weighting scheme of the DFR framework by Gianni Amati. It uses the Poisson approximation of the Binomial as the probabilistic model (P), the Laplace law of succession to calculate the after effect of sampling or the risk gain (L) and within document frequency normalization H2(2) (as proposed by Amati in his PHD thesis). The formula for w(t,d) in
2013 Apr 12
2
[LLVMdev] GSoC project questions.
...e. Then, when a source file is modified, a filesystem watcher or an IDE plugin notices this change. After that a diff is performed on the file and clang is used(somehow) to see if this edit can be injectected into the running application - basically it checks if the edit is inside a non-inlined non-lamba function(s). The code that was injected at the initialization of the application started an IPC thread to communicate with the hypervisor which does the modification watch and file diff. After the diff the hypervisor uses clang and LLVM to compile the modified function(s) with relative addressing a...
2013 Apr 12
0
[LLVMdev] GSoC project questions.
...ce file is modified, a > filesystem watcher or an IDE plugin notices this change. After that a diff > is performed on the file and clang is used(somehow) to see if this edit can > be injectected into the running application - basically it checks if the > edit is inside a non-inlined non-lamba function(s). The code that was > injected at the initialization of the application started an IPC thread to > communicate with the hypervisor which does the modification watch and file > diff. After the diff the hypervisor uses clang and LLVM to compile the > modified function(s) with r...
2011 Jul 08
2
[LLVMdev] Test Failures
I'm seeing a bunch of LLVM test failures that look like this: Exit Code: 1 Command Output (stderr): -- LLVM ERROR: SSE register return with SSE disabled Anyone else seeing this? -Dave
2011 Jul 08
0
[LLVMdev] Test Failures
On Fri, Jul 8, 2011 at 9:13 AM, David Greene <dag at cray.com> wrote: > I'm seeing a bunch of LLVM test failures that look like this: > > Exit Code: 1 > Command Output (stderr): > -- > LLVM ERROR: SSE register return with SSE disabled > > Anyone else seeing this? That message means you're on 64-bit with SSE2 turned off. Probably fallout from recent
2011 Jul 08
0
[LLVMdev] Test Failures
...on 64-bit with SSE2 turned off.  Probably >> fallout from recent target-feature work, but none of the builders show >> any issues; can you give more info? > > What would help?  I simply updated, configure --prefix=<foo>, make, make > check. > > $ uname -a > Linux lamba 2.6.37.3-0.3-default #1 SMP Thu Apr 28 09:24:02 CDT 2011 > x86_64 x86_64 x86_64 GNU/Linux Just managed to reproduce this myself; looking... -Eli
2013 Apr 12
2
[LLVMdev] GSoC project questions.
...ied, a >> filesystem watcher or an IDE plugin notices this change. After that a diff >> is performed on the file and clang is used(somehow) to see if this edit can >> be injectected into the running application - basically it checks if the >> edit is inside a non-inlined non-lamba function(s). The code that was >> injected at the initialization of the application started an IPC thread to >> communicate with the hypervisor which does the modification watch and file >> diff. After the diff the hypervisor uses clang and LLVM to compile the >> modified fu...
2009 Jul 30
1
lmer() and "$ operator is invalid for atomic vectors"
Hi all, I am a bit mystified by this error message that I get when I try to apply lmer() to a simple dataset with one between factor (age) and one within factor (item): "$ operator is invalid for atomic vectors" I'll just provide the code, because I don't see where the problem is: library(lme4) options(contrasts=c("contr.helmert","contr.poly")) data =
2002 Jul 06
0
FW: Newbie Help
...l great trouble shooting devices. The books that sit by my desk all the time though are Linux in a nutshell by Jessica Hekman from O'Reilly. And, the Learning the Bash Shell by Cameron Newham & Bill Rosenblatt. And, for the hardcore (and those without a GUI), Learning the Vi editor by Linda Lamba and Arnold Robbins, also from O'Reilly. You have to learn enuf about linux to bypass all the distribution specific configuration GUI's. They only work some of the time, and you don't want to be helplessly tied to one distro. You'll never feel comfortable with running a linux system...
2004 Apr 27
0
Implementation of asterisk
Hi, I'm planning on implementing Asterisk on a SME environment. Could anyone guide me to some insightful material available? Regards, Akshay -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040427/3eb28ccd/attachment.htm