search for: kramer

Displaying 20 results from an estimated 396 matches for "kramer".

2018 Mar 01
0
KK transform - Kramers-kronig relations
Hello everyone Anyone know if there is implementation of Kramers-kronig relations[1] in any package? Thanks in advance for your attention. Cleber Borges [1] - https://en.wikipedia.org/wiki/Kramers%E2%80%93Kronig_relations --- Este email foi escaneado pelo Avast antiv?rus. https://www.avast.com/antivirus [[alternative HTML version deleted]]
2007 Nov 23
1
multiple comparisons/tukey kramer
...t the options are. ?glht refers to a very technical paper on the numerical computations involved, and I couldn't find a description corresponding to the McDermott or AVE options. I did notice that the Tukey option provides the same result as TukeyHSD for balanced data. Is this the same as Tukey-Kramer? As I understand it, there is no universal consensus as to which test is best. TukeyHSD appears to be appropriate for balanced designs. I have an unbalanced design to analyze. I can use glht, but can someone tell me what each option is actually calculating? A reference to a paper that describes th...
2012 Jun 13
1
Tukey Kramer with ANOVA (glm)
...however, now I would like to determine what combinations of BA and Otter are significantly different (each factor has two levels). ID and PRIMARY substrates are categorical and included in the model to help explain some of the variation in the data. The data is unbalanced so I plan on using Tukey Kramer post hoc analysis. Here is how my data is laid out, it is a fairly substantial data set: Subdistrict T Year Cucs_m Primary Persistence Otter Fishing BA ID 109-41,42 9 2010 0.00 sil 3 1 1...
2013 Jan 11
5
[LLVMdev] Obsolete PTX is NOT completely removed in 3.2 release
On Fri, Jan 11, 2013 at 09:33:17PM +0100, Benjamin Kramer wrote: > > On 11.01.2013, at 21:31, Justin Holewinski <justin.holewinski at gmail.com> wrote: > > > On Fri, Jan 11, 2013 at 3:26 PM, Benjamin Kramer <benny.kra at gmail.com> wrote: > > > > On 11.01.2013, at 07:36, ????????? (Wei-Ren Chen) <chenwj at iis....
2006 Aug 08
3
Pairwise n for large correlation tables?
...e(df) } colNum <- ncol(df) result <- matrix(data=NA,nrow=colNum,ncol=ncolNum,dimnames=list(colnames(df),colnames(df))) for(i in 1:colNum) { for (j in i:colNum) { result[i,j] <- length(df[!is.na(df[i])&!is.na(df[j])])/colNum } } result } -- Adam D. I. Kramer University of Oregon
2006 Sep 07
2
Alternatives to merge for large data sets?
...uot; because merge takes n^2 memory, which I do not have. My question is whether there is an alternative to merge which would carry out the process in a slower, iterative manner...or if I should just bite the bullet, write.table, and use a perl script to do the job. Thankful as always, Adam D. I. Kramer
2014 Dec 06
2
[LLVMdev] [cfe-dev] Major ARM bots failure
On 6 December 2014 at 00:03, Benjamin Kramer <benny.kra at gmail.com> wrote: > Reverted for now. Not sure what's going on there. Sorry for the breakage. No worries, at least that was easy to spot. Huzzah for buildbots! :) cheers, --renato
2013 Jan 11
3
[LLVMdev] Obsolete PTX is NOT completely removed in 3.2 release
On Fri, Jan 11, 2013 at 3:26 PM, Benjamin Kramer <benny.kra at gmail.com>wrote: > > On 11.01.2013, at 07:36, 陳韋任 (Wei-Ren Chen) <chenwj at iis.sinica.edu.tw> > wrote: > > > Hi Pawel, > > > > PTX already be replaced with NVPTX. However, PTX subdirectory > > still sit in lib/Target in 3.2 release. D...
2012 Nov 26
4
[LLVMdev] Removing old JIT CodeEmitters for ARM and PPC
...g too soon. It is missing from 3.2 which is the version I have been using. If it is already implemented than it is very good news. Thanks. -----Original Message----- From: Eli Bendersky [mailto:eliben at google.com] Sent: Monday, November 26, 2012 9:25 AM To: Manny Ko Cc: Albert Graef; Benjamin Kramer; LLVM Developers Mailing List Subject: Re: [LLVMdev] Removing old JIT CodeEmitters for ARM and PPC On Mon, Nov 26, 2012 at 9:18 AM, Manny Ko <Manny.Ko at imgtec.com> wrote: > I know the old JIT pretty well but have only used the MCJIT from the client side. Most of my experience is on the...
2009 Jan 26
2
Power analysis for MANOVA?
...wo sample test for proportions stats::power.t.test Power calculations for one and two sample t tests Any references on power in MANOVA would also be helpful, though of course I will do my own lit search for them myself. Cordially, Adam D. I. Kramer
2013 Jan 11
0
[LLVMdev] Obsolete PTX is NOT completely removed in 3.2 release
On 11.01.2013, at 21:31, Justin Holewinski <justin.holewinski at gmail.com> wrote: > On Fri, Jan 11, 2013 at 3:26 PM, Benjamin Kramer <benny.kra at gmail.com> wrote: > > On 11.01.2013, at 07:36, 陳韋任 (Wei-Ren Chen) <chenwj at iis.sinica.edu.tw> wrote: > > > Hi Pawel, > > > > PTX already be replaced with NVPTX. However, PTX subdirectory > > still sit in lib/Target in 3.2 release. Do y...
2012 Oct 27
2
[LLVMdev] [llvm-commits] [llvm] r166875 - in /llvm/trunk: lib/Transforms/Scalar/LoopIdiomRecognize.cpp test/Transforms/LoopIdiom/basic.ll
On 27.10.2012, at 18:24, Benjamin Kramer <benny.kra at gmail.com> wrote: > > On 27.10.2012, at 18:15, Sean Silva <silvas at purdue.edu> wrote: > >> How does this affect freestanding implementations? > > This transform is disabled with -fno-builtin or -ffreestanding. Thinking a bit more about this, it...
2013 Jun 17
2
[LLVMdev] RFC - Profile Guided Optimization in LLVM
On 17.06.2013, at 15:56, Diego Novillo <dnovillo at google.com> wrote: > On 2013-06-15 16:39 , Benjamin Kramer wrote: >> Do you want to take over this effort or should I poke more at it? > > Since you've already started, it's easier if you poke more at it. Thanks. I've got a whole bunch of other things to go through. OK, will do. Jakob any comments on the patch? The only interes...
2013 Jan 11
0
[LLVMdev] Obsolete PTX is NOT completely removed in 3.2 release
On 1/11/2013 2:40 PM, Brooks Davis wrote: > On Fri, Jan 11, 2013 at 09:33:17PM +0100, Benjamin Kramer wrote: >> >> On 11.01.2013, at 21:31, Justin Holewinski >> <justin.holewinski at gmail.com> wrote: >> >>> On Fri, Jan 11, 2013 at 3:26 PM, Benjamin Kramer >>> <benny.kra at gmail.com> wrote: >>> >>> On 11.01.2013, at 07:36...
2014 Feb 01
2
[LLVMdev] Eliminate SSA Virtual registers
...t is a very simple one. Listed below int global_var; int *global_ptr; int32_t main(int32_t argc, char ** argv){ int p = 10; int k = 20; int *pp; char *c_pp; pp = &k; global_ptr = pp; pp = &p; global_ptr = &global_var; return 0; } BR/Nizam From: "Benjamin Kramer" <benny.kra at gmail.com> To: nizam at cse.iitm.ac.in Cc: "llvmdev" <llvmdev at cs.uiuc.edu> Sent: Saturday, February 1, 2014 9:57:00 PM Subject: Re: [LLVMdev] Eliminate SSA Virtual registers On 01.02.2014, at 16:47, nizam at cse.iitm.ac.in wrote: > Hi, >...
2004 Aug 06
3
Please confirm your message
...ill add this email address to our whitelist, and allow you to post freely to Xiph.Org mailing lists from the confirmed address. [ This notice was generated by TMDA/0.68 (http://tmda.net/), an automated junk-mail reduction system. ] --- Enclosed is a copy of your message. Return-Path: <DKramer@reflect.com> X-Original-To: icecast@xiph.org Delivered-To: icecast@xiph.org Received: from svr-sfmail.reflect.com (unknown [63.251.57.227]) by motherfish-II.xiph.org (Postfix) with ESMTP id 38002532C28 for <icecast@xiph.org>; Tue, 10 Feb 2004 04:31:48 -0500 (EST) Rece...
1999 Jun 18
1
How to add an Domain Admin to the local Admin group
...edges in the domain. If I log into the domain it's the same, because of missing privledges on the local workstation. User Administrator is member of the linux group root. In smb.conf I've set domain admin group = root. I would appreciate any hints for solving my problem# Regards Michael Kramer michael-kramer@franken1.de
2013 Jan 11
2
[LLVMdev] Obsolete PTX is NOT completely removed in 3.2 release
On Fri, Jan 11, 2013 at 3:47 PM, Pawel Wodnicki <root at 32bitmicro.com> wrote: > On 1/11/2013 2:40 PM, Brooks Davis wrote: > > On Fri, Jan 11, 2013 at 09:33:17PM +0100, Benjamin Kramer wrote: > >> > >> On 11.01.2013, at 21:31, Justin Holewinski > >> <justin.holewinski at gmail.com> wrote: > >> > >>> On Fri, Jan 11, 2013 at 3:26 PM, Benjamin Kramer > >>> <benny.kra at gmail.com> wrote: > >>> > &...
2013 Jan 11
6
[LLVMdev] Obsolete PTX is NOT completely removed in 3.2 release
On Fri, Jan 11, 2013 at 02:47:01PM -0600, Pawel Wodnicki wrote: > On 1/11/2013 2:40 PM, Brooks Davis wrote: > > On Fri, Jan 11, 2013 at 09:33:17PM +0100, Benjamin Kramer wrote: > >> > >> On 11.01.2013, at 21:31, Justin Holewinski > >> <justin.holewinski at gmail.com> wrote: > >> > >>> On Fri, Jan 11, 2013 at 3:26 PM, Benjamin Kramer > >>> <benny.kra at gmail.com> wrote: > >>> &...
2013 Jun 17
0
[LLVMdev] RFC - Profile Guided Optimization in LLVM
On Jun 17, 2013, at 7:03 AM, Benjamin Kramer <benny.kra at gmail.com> wrote: > > On 17.06.2013, at 15:56, Diego Novillo <dnovillo at google.com> wrote: > >> On 2013-06-15 16:39 , Benjamin Kramer wrote: >>> Do you want to take over this effort or should I poke more at it? >> >> Since you'...