search for: rigor

Displaying 20 results from an estimated 350 matches for "rigor".

Did you mean: igor
2003 Aug 25
2
Book recommendations: Multilevel & longitudinal analysis
Hi, does anyone out there have a recommendation for multilevel / random effects and longitudinal analysis? My dream book would be something that's both accessible to a non-statistician but rigorous (because I seem to be slowly turning into a statistician) and ideally would use R. Peter
2015 May 06
3
VirtIO drivers and CentOS 5.4(Final)
...Internet in any way. Although one might add that attacks on the LAN can be nastier since there usually is local access. While I'm all for keeping machines current, there are production environments where upgrading is a huge pain or outright impossible. Where any upgrades need to undergo a rigorous QA process. Where an outdated environment including equally outdated production tools needs to be maintained, on the chance e.g. that a customer return requires reworking an old part. I would consider it part of list etiquette to not second-guess those who for one reason or another make a c...
2007 Jul 30
3
Slightly OT - use of R
...get a measure of how R compares in usage as a statistical platform compared to other software. I would guess it is the most widely used among statisticians at least by virtue of it being open source. But is there any study to which I can refer? By asking this list I am not exactly adopting a rigorous approach! Best wishes John John Logsdon "Try to make things as simple Quantex Research Ltd, Manchester UK as possible but not simpler" j.logsdon at quantex-research.com a.einstein at relativity.org +44(0)161 445 4951/G:+44(0)77177...
2018 Aug 01
4
Finding user's files
This is among the things we need to do when a user leaves, and it's a larger question than it sounds. Our Office has many servers, with a good number of fileservers for projects, with large filesystems (i.e. 10's of TB). Can anyone think of a way *other* than running what's probably a many-hour long find / -user on all our systems, which is really intensive, to find all the files own
2013 Mar 21
1
R-devel Digest, Vol 121, Issue 20
I am not in favor of the change, which is a choice of rigor over usability. When I am developing code or functions I agree with this, and I view any warnings from R CMD check about shortened arguments as positive feedback. But 90% of my usage of R is day to day data analysis, interactive, at the keyboard. A lot of data sets that come to me have long va...
2013 May 08
7
Si R viniera en el Diccionario...
...vena lingüística que estamos demostrando tener últimamente, y en consonancia con labores de documentación que me ocupan en estos días, quiero consultaros acerca de cómo definir a R. Yo lo definiría como entorno más que como sistema estadístico, pero ¿realmente qué es lo más correcto si buscamos el rigor?. Gracias. Atte.- Eva [[alternative HTML version deleted]]
2008 Dec 11
2
Principal Component Analysis - Selecting components? + right choice?
...(that is: is it 1,2,3,4?) What criteria would you suggest? At the moment, I am using a criteria based on threshold, but that is highly subjective, even if there are some rules of thumb (Jolliffe,Principal Component Analysis, II Edition, Springer Verlag,2002). Could you suggest something more rigorous? By the way, do you think I would have been better off by using something different from PCA? Best, -- Corrado Topi Global Climate Change & Biodiversity Indicators Area 18,Department of Biology University of York, York, YO10 5YW, UK Phone: + 44 (0) 1904 328645, E-mail: ct529 at york.ac....
2003 Jun 28
3
CPU power required - Asterisk
Hi- I'm almost embarrassed to ask the following simple question, following John's excellent and rigorous bandwidth analysis (see earlier thread): I have a straightforward Asterisk application, IVR-only (no connections between channels). It will simply decode DTMF's and speak prompts (probably A-Law encoded) on a number of E1 circuits simultaneously. Realistically, how many 30-channel E1&...
2016 Sep 12
2
scheduler options documentation?
...tion scheduler strategies: -misched=(default, converge, ilpmax, ilpmin, or shuffle) And for the analysis heuristics: -misched-cluster, -misched-cyclicpath, -misched-regpressure, and -misched- fusion Are these things mutually exclusive or can they be combined? What combination will give the most rigorous analysis and improve scheduling (at the cost of longer runtime of llc) Phil -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160912/22c122bc/attachment.html>
2008 May 13
3
R benchmarking program
Hi All, I've just rebuild the latest R with the Goto BLAS on our new Intel quad core machines. I did a few basic matrix calculations, and I was very impressed by the performance I saw. I wonder if anyone has a more rigorous benchmarking program for R. I downloaded a old R test/benchmarking program (see below), and this didn't work with the current R, and so I wondered if anyone could please direct me to a more recent program that does a good all round test of R. Regards -- David. # R Benchmark 2.3 (21 April...
2005 Oct 05
4
dropped calls when g729 is used on sip leg
Hello - I have 8 polycom 501s all setup great using ulaw. We have put them through a pretty rigorous torture over the last 4 months, and they've performed famously. No dropped calls ever. We invested in some g729 licenses. changed my ipmid.cfg so that g729 is priority 1 and ulaw is priority 2. I added allow=g729 to my extension's sip.conf entry, where existed before disallow=all...
2020 Oct 05
2
llvm.dbg.declare constraints
...check would be appreciated, but it may be a bit of work to get all of LLVM to adhere to it. -- adrian > On Oct 4, 2020, at 10:11 PM, David Blaikie <dblaikie at gmail.com> wrote: > > +Aprantl for debug info IR metadata verifier things > > I don't think the verifier's rigorously comprehensive - so probably somewhere between "intended/acceptable" and "a bug". > > Not sure what the consequences might be. > > On Sun, Oct 4, 2020 at 10:03 PM Xun Li via llvm-dev <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> w...
2013 Jan 20
2
"user units" in plotrix
...ve position of the "figure" region, rather than the "plot" region, which is more apt for properly placing shapes. i know the grid package has extensive unit conversion code, but i'm trying to update a series of figures using only base graphics... i can't seem to find a rigorous definition of "user units" anywhere in the plotrix package. anyone know of where i can find this info? cheers, -m
2015 Jan 13
2
Scope of testing done by CentOS Development Team
Hello, What types of tests does the CentOS Development Team do for software in its repositories? Where does it get its test catalog from? I want to create a testing process which is equal to if not more rigorous that the CentOS process for any third party software we use. For example, if I install the php-mysqlnd package from the Remi repository, I want to test it just as carefully as the php-mysql package has been tested before I get it from the CentOS repository. If somebody can point me in the rig...
2010 Feb 19
1
order two dataframes by an integer column from either data frame
...is easy question! I have two data frames that share a common column, data1.name and data2.name. How would I be able to order the other based on an integer column from either data frame? For example, how do I order data2 based on data1.age? Or data1 based on data2.salary? Thanks! Paul -- Paul Rigor Pre-doctoral BIT Fellow and Graduate Student Institute for Genomics and Bioinformatics Donald Bren School of Information and Computer Sciences University of California, Irvine http://www.ics.uci.edu/~prigor [[alternative HTML version deleted]]
2010 Oct 13
1
Pipeline pilot fingerprint package
Hi, I am trying to see if I can use R to perform more rigorous regression analysis. I wonder if the fingerprint package is able to handle pipeline pilot fingerprints (ECFC6 etc) now. Thank you, Eric [[alternative HTML version deleted]]
2007 Sep 03
1
Re: OT: Suggestions for RAID HW for 2 SATA drives in
On 31 August 2007, Phil Schaffner <Philip.R.Schaffner at NASA.gov> wrote: > > Message: 21 > <snip> > > As discussed recently on-list, VMware CPU requirements to support > > virtualization are not nearly so rigorous as for Xen. You are > > probably OK with VMware on most any relatively modern x86 or x86_64 > > CPU. > > http://lists.centos.org/pipermail/centos/2007-August/085796.htmlg. http://www.vmware.com/products/server/?urlcode=yahoo_ssp Phil: That's very cool! The largest free s...
2002 Oct 31
1
Joining an NT domain using the smbpasswd command
...2.2.5 via the terminal from within the Gnome GUI. I can get Samba to work when it comes to Windows clients using the Linux box as a file server but am having no joy when I attempt to use the smbpasswd command to join an NT domain. I keep receiving the message - smbpasswd:command not found. I have rigorously followed the instructions that came with Samba regarding it's installation and still I get this message. Can anyone out there shed some light on this problem for me? Many thanks, Tom -------------- next part -------------- HTML attachment scrubbed and removed
2013 Dec 16
2
Real hardware for opus
On Sun, Dec 15, 2013 at 10:33 PM, Adam Sampson <ats at offog.org> wrote: > Carsten Mattner <carstenmattner at gmail.com> writes: > >> What are my best options for a portable player I can put opus on and >> have 10 hours of opus playback? > > I use a SanDisk Clip+ running Rockbox; these are available for around > ?25 refurbished. They get about 14h playing
2005 Feb 21
1
[LLVMdev] Re: Patch to make gccld link native ...
...lose to having Qt4 both compile *and* > > link with the LLVM toolchain. > > Wow, cool! Mind if I ask what is motivating this work? Essentially, I am very interested in LLVM and want it to work with Qt4 as well as KDE. I'm excited by the idea of using LLVM as the basis for a more rigorous language bindings solution.