search for: commensurate

Displaying 20 results from an estimated 70 matches for "commensurate".

2017 Sep 30
4
Converting SAS Code
On 9/29/2017 3:37 PM, Rolf Turner wrote: > On 30/09/17 07:45, JLucke at ria.buffalo.edu wrote: > > <SNIP> > >> >> The conceptual paradigm for R is only marginally commensurate with >> that of >> standard statistical software. >> You must immerse yourself in R to become proficient. > > Fortune nomination. For newer list members wondering what Rolf is talking about try: library(fortunes) fortune() to get a flavor! There are many pearls of wisdom....
2009 Sep 16
2
[LLVMdev] FYI: Phoronix GCC vs. LLVM-GCC benchmarks
Chris Lattner: > Comparing -O3 (and even -O4) is interesting, but we want all > optimization levels to perform better than GCC :). Lots of people use > -O2 and -Os, so comparing against other compiler's -O2 and -Os levels > is just as interesting as comparing -O3 vs -O3. > My thinking was that, for instance, -02 for GCC and -02 for LLVM(-GCC) do not necessarily mean
2017 Sep 29
2
Converting SAS Code
...ng-in-R approach did not work . When a transferred to a research unit that could ill afford commercial software, I devoted my entire time to doing everything in R. This was a difficult learning process, but I eventually became proficient in R. The conceptual paradigm for R is only marginally commensurate with that of standard statistical software. You must immerse yourself in R to become proficient. Good luck, Joe Bert Gunter <bgunter.4567 at gmail.com> Sent by: "R-help" <r-help-bounces at r-project.org> 09/29/2017 02:09 PM To "Kevin E. Thorpe" <kevin.th...
2012 Feb 23
1
[PATCH] Support 56kHz to 19.2kHz gain analysis (Patch v4)
This implementation uses decimation to generate an estimate of the required ReplayGain adjustment for tracks sampled at high rates. This approach avoids having to generate filters with commensurately more taps, and also the subsequent effect on performance as these additional taps are evaluated for high sample rate tracks. Filter table entries with coefficients that are unchanged are marked /* ORIGINAL */. The remaining entries are new and have coefficient values obtained from src/utils/lou...
2020 Sep 09
1
more Matrix weirdness
Am I being too optimistic in expecting this (mixing and matching matrices and Matrices) to work? If x is a matrix and m is a Matrix, replacing a commensurately sized sub-matrix of x with m throws "number of items to replace is not a multiple of replacement length" ... x <- matrix(0,nrow=3,ncol=10, dimnames=list(letters[1:3],LETTERS[1:10])) rr <- c("a","b","c") cc <- c("B","C","E...
2017 Sep 29
0
Converting SAS Code
On 30/09/17 07:45, JLucke at ria.buffalo.edu wrote: <SNIP> > > The conceptual paradigm for R is only marginally commensurate with that of > standard statistical software. > You must immerse yourself in R to become proficient. Fortune nomination. cheers, Rolf -- Technical Editor ANZJS Department of Statistics University of Auckland Phone: +64-9-373-7599 ext. 88276
2009 Sep 16
0
[LLVMdev] FYI: Phoronix GCC vs. LLVM-GCC benchmarks
On Sep 16, 2009, at 10:05 AM, Stefano Delli Ponti wrote: > Chris Lattner: >> Comparing -O3 (and even -O4) is interesting, but we want all >> optimization levels to perform better than GCC :). Lots of people >> use -O2 and -Os, so comparing against other compiler's -O2 and -Os >> levels is just as interesting as comparing -O3 vs -O3. > > My thinking
1999 Jun 25
0
ACLs and least surprise (was Samba vs. NetAppliance)
[This is fairly far from the topic of the mailing-list: we may want to take further discussion to email or the tech list] Jeremy writes: > it violates the principle of > least suprises for the nfs user. ie. They may get access > denied when the UNIX perms say they should be granted access. Paul replies: > But wouldn't it also be a "surprise" when an NFS user finds
2014 Mar 05
2
[LLVMdev] A "backend" is ... ?
...case.  The IR simplification passes reduce >>>> the number of cases a backend has to handle, so they would be >>>> useful for anyone else creating a new backend. >>> >>> If these simplify writing a backend, why wouldn't the patches >>> include commensurate simplifications to LLVM's backends? That >>> would both give them an in-tree customer, and more immediate >>> value to the community and project as a whole. >> >> I'd also like to add: >> If these simplify writing a backend, should there be commensurate &...
2010 May 16
4
ISDN config: LBO values
Hi all, When configuring Asterisk with an ISDN card, it will at one point become necessary to select the LBO (Line Build-Out) value. This is an integer (0-7) that is determined by the length of the cable and is selected from the following table. Many of us are familiar with it: CSU (dB) DSX-1 (feet) ------------------------------- 0 0 0?133 1
2019 Apr 29
1
R 3.6.0 for Debian buster
...have a side effect with older Fortran code and its calling convention. Note, however, that Debian unstable still has the 8.3.* branch. As such I would find that it is a little early to ring alarm bells at full tilt. CCing Martyn who use the R Foundation twitter handle for one such alarm. Without commensurate discussion on r-devel or r-package-devel this may not help much. Dirk | | Best | -k | | > Johannes | | >> It seems I can avoid these using | >> OpenBLAS (but then this really only works find for me provided I setenv | >> OPENBLAS_NUM_THREADS=1). | >> | >> -k |...
2002 Oct 08
3
status of CRAN
...Head of Department. Under my list of publications, I included a document which I wrote (R-and-octave.txt) that ended up in the "contributed docs" section of CRAN. Unfortunately, neither my HoD nor the personnel person were terribly impressed with it, even though its preparation time was commensurate with many of my (co authored) dead-tree publications. They cited lack of peer-review, and fact that it was disseminated solely over the 'net as reasons. They were very nice about it, but the bottom line was that it just didn't count for very much. I tried to point out that CRAN was highl...
2014 Mar 05
4
[LLVMdev] Upstreaming PNaCl's IR simplification passes
...s >> Emscripten's use case. The IR simplification passes reduce the number of >> cases a backend has to handle, so they would be useful for anyone else >> creating a new backend. >> > > If these simplify writing a backend, why wouldn't the patches include > commensurate simplifications to LLVM's backends? That would both give them > an in-tree customer, and more immediate value to the community and project > as a whole. > I'd also like to add: If these simplify writing a backend, should there be commensurate changes to any relevant documentation...
2005 Nov 15
1
An optim() mystery.
I have a Master's student working on a project which involves estimating parameters of a certain model via maximum likelihood, with the maximization being done via optim(). A phenomenon has occurred which I am at a loss to explain. If we use certain pairs of starting values for optim(), it simply returns those values as the ``optimal'' values, although they are definitely not
2013 Jul 17
0
[LLVMdev] [RFC] Add warning capabilities in LLVM.
...st a warning. Consider JITs and other systems that might benefit from having good APIs for querying the size and makeup (at a high level) of a generated function. A nice side-effect is that it simplifies the complexity involved for simple warnings -- now it merely is the complexity of exposing the commensurately simple API in LLVM. If instead we go the route of threading a FE interface for *reporting* warnings into LLVM, we have to thread an interface with sufficient power to express many different concepts. -Chandler -------------- next part -------------- An HTML attachment was scrubbed... URL: <ht...
2009 Sep 16
0
[LLVMdev] FYI: Phoronix GCC vs. LLVM-GCC benchmarks
On Sep 16, 2009, at 6:46 AM, Stefano Delli Ponti wrote: > Olivier Meurant: >> I have run the john the ripper test. >> I have used the official archive (same version as phoronix) from >> http://www.openwall.com/john/g/john-1.7.3.1.tar.bz2 >> >> To build with llvm-gcc, replace the line CC = gcc with CC = llvm-gcc. >> I have used the following command to build
2016 Feb 27
0
[JOB] Job opportunity for compiling DSLs and automatic differentiation in finance
...nterested in hiring someone for the managing LLVM interaction, IR generation and optimization passes, so our preference is for someone experienced with using the LLVM library. This work is part of a much larger simulation system, so there are many opportunities for professional growth. Compensation commensurate with experience. Most of my team is located in Santa Fe, but we also have team members in New York and Vancouver. Any of those locations would be best, but working remotely would be possible for the right candidate. Please feel free to contact me at karmesin at numerix.com with any questions, int...
2017 Sep 30
0
Converting SAS Code
On 01/10/17 01:22, Robert Baer wrote: > > > On 9/29/2017 3:37 PM, Rolf Turner wrote: >> On 30/09/17 07:45, JLucke at ria.buffalo.edu wrote: >> >> <SNIP> >> >>> >>> The conceptual paradigm for R is only marginally commensurate with >>> that of >>> standard statistical software. >>> You must immerse yourself in R to become proficient. >> >> Fortune nomination. > For newer list members wondering what Rolf is talking about try: > > library(fortunes) fortune() to get a flavor...
2007 Jun 06
0
Job: R Package Developer / Consulting Statistician
...harmaceutical or agricultural applications Reports to: Dr. David Lansky Classification: Permanent, full-time position. Benefits: Comprehensive package including health and dental insurance, short and long term disability, life insurance, 401k, generous time off policy, and flex time. Pay: Commensurate with experience. To Apply: Send cover letter and resume by US mail or email to: Precision Bioassay 257 S Union St Burlington, Vermont 05401 USA 802/865-0155 info at precisionbioassay.com (ATTN: Sarah Guth) Precision Bioassay is an equal opportunity employer. Women and people of col...
2009 Sep 08
0
Genentech Nonclinical Biostatistics Position in South San Francisco
...us one programmer, who work with approximately 1,000 scientists, engineers, and other investigators in drug discovery, preclinical testing, process and product development, manufacturing, and quality control, among other areas - essentially everything but clinical trials. Statistical activities are commensurately diverse. Some "typical" ones are design and analysis of in vitro and in vivo studies exploring efficacy, pharmacokinetics, and toxicity; design and analysis of high-throughput experiments including genomic, proteomic, and imaging platforms; bioanalytical assay development; optimization...