search for: robustifi

Displaying 17 results from an estimated 17 matches for "robustifi".

Did you mean: robustify
2013 Feb 07
1
[PATCH 4/4] Robustify autogen.sh
-------------- next part -------------- A non-text attachment was scrubbed... Name: 0004-Robustify-autogen.sh.patch Type: text/x-patch Size: 0 bytes Desc: not available Url : http://lists.xiph.org/pipermail/flac-dev/attachments/20130207/17df2362/attachment.bin
2013 Feb 07
0
[PATCH 4/4] Robustify autogen.sh
This allows the script to be run from somewhere other than the top-level build directory. --- autogen.sh | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/autogen.sh b/autogen.sh index 1a9a020..ab52ab6 100755 --- a/autogen.sh +++ b/autogen.sh @@ -2,6 +2,13 @@ # Run this to set up the build system: configure, makefiles, etc. # We trust that the user has a recent
2023 Feb 16
1
Robustifying R_CleanTempDir a bit more
Hello, This is probably a very minor point, but R_CleanTempDir may still have a shell injection in it. I couldn't find a way to shoot the user in the foot in a significant way (by, say, accidentally removing ~), thanks to R disallowing spaces in the path, but if Sys_TempDir somehow acquires a value of "/tmp/';echo;'", R_CleanTempDir() will remove /tmp instead of its
2023 Feb 16
2
Robustifying R_CleanTempDir a bit more
...dentally removing ~), thanks to > R disallowing spaces in the path, but if Sys_TempDir somehow acquires a > value of "/tmp/';echo;'", R_CleanTempDir() will remove /tmp instead of > its aptly-named subdirectory. Please see 83851 from earlier today which does a bit more of robustification, and if you find any problem in it, please let me know. > While adding the single-quote symbol to the list of special symbols > should suffice (it and the backslash being the only allowed ways to > "un-quote" a single-quoted string), I would like to suggest solving the >...
2005 Apr 25
3
BUG: xend oopses on munmap of /proc/xen/privcmd
This is with last night''s Xen snapshot (apr 24th), on kernel 2.6.12-rc3 - but the mess is so horrid that I''m not quite sure how to fix it... This oops prevents xen from starting xenU domains. Basically xend does the following: 1) mmap /proc/xen/privcmd 2) call an ioctl to populate the mmap 3) munmap the mapping created in (1) During the munmap, the dom0 kernel oopses, as
2006 Oct 19
2
arraytake for extracting subarrays from multidimensional arrays
...simply generate code with parse and eval. I found this post by Henrik Bengtsson which had the same idea: http://tolstoy.newcastle.edu.au/R/devel/05/11/3266.html I just took that code one step further and put together a utility function that I think might be fairly useful. I haven't completely robustified it against all kinds of pathological inputs, but if there is any interest from the development team it would be nice to add an error-checked version of this to R (or I guess I could keep it in a package). Simple usage example: ------ > source("arraytake.R") > a <- array(1:24,...
2000 Dec 08
0
Re: R-help Digest V2 #283
...> > method (>< white.test()). > > > > The test's statistic is beta / sqrt(W), where W is Var(beta) "? la White", > > that is the beta(i) matrix is replaced by the residuals matrix. I think what you mention here is not a test for heteroskedasticity but a robustified (against misspecification, e.g., heteroskedasticity) t-test. > > > > > Anyway, whatever anybody may haev, I'm interested, else I'll write it this > > week-end. > > Have a look at the package 'tseries', available at CRAN. > > Uwe Ligges > The...
2003 Aug 26
1
smbmount chooses wrong ip and fails!
Hi, I'm trying to use smbmount to mount a Windows XP Share. On the WindowsXP machine I have multiple adapters (due to installing vmware - www.vmware.com). By default, these VMWare adapters also bind to "Windows File Sharing". When smbmount sends a broadcast packet to get the ip address of the host, it gets back 3 ip addresses as follows: nmb packet from 192.168.0.120(137)
2007 Apr 03
1
source(..., echo=TRUE) broken in R-2.5.0 alpha and in R-2.6.0 devel
Hi, I get this error with R-2.5.0 alpha and R-2.6.0 devel: > source("http://bioconductor.org/biocLite.R", echo=TRUE) Error in if (timestamp != srcfile$timestamp) warning("Timestamp of '", : missing value where TRUE/FALSE needed Same with 'verbose=TRUE': > source("http://bioconductor.org/biocLite.R", verbose=TRUE)
1997 Jul 25
2
CD rom / linux
hongwei@morpheus.wustl.edu said : >I have a question about cd-rom for linux system. Although it is not >related to samba directly, I believe many people in this group are >expert about linux and may give me correct answer. I am going to >buy a pc to install linux (the most recent slackware one). My >question is: do I need a scsi cd-rom drive to install and run linux The more
2005 Nov 13
4
Robust Non-linear Regression
Hi, I'm trying to use Robust non-linear regression to fit dose response curves. Maybe I didnt look good enough, but I dind't find robust methods for NON linear regression implemented in R. A method that looked good to me but is unfortunately not (yet) implemented in R is described in http://www.graphpad.com/articles/RobustNonlinearRegression_files/frame.htm
2002 Oct 01
6
R-1.6.0 is released
...lwd and equilogs; nx/ny = NA for not drawing, see ?grid. o installed.packages() has a new argument `priority'. o termplot() uses factor levels rather than 1,2,3... for x-axis. o Workaround for optimization bugs on gcc 3.1/2 on 32-bit Solaris. o The trace() function has been robustified and a new function tracingState() added to turn tracing temporarily on and off. o New cophenetic() in "mva" as utility for hierarchical clustering. o p.adjust() has two new methods, 'Hommel' and 'FDR', contributed by Gordon Smyth <smyth at wehi.edu.au>....
2002 Oct 01
6
R-1.6.0 is released
...lwd and equilogs; nx/ny = NA for not drawing, see ?grid. o installed.packages() has a new argument `priority'. o termplot() uses factor levels rather than 1,2,3... for x-axis. o Workaround for optimization bugs on gcc 3.1/2 on 32-bit Solaris. o The trace() function has been robustified and a new function tracingState() added to turn tracing temporarily on and off. o New cophenetic() in "mva" as utility for hierarchical clustering. o p.adjust() has two new methods, 'Hommel' and 'FDR', contributed by Gordon Smyth <smyth at wehi.edu.au>....
2010 Jun 11
24
[Xen-API] [XCP]: RC1 of XCP 0.5 available for testing
Hi everyone, The first release candidate of the Xen Cloud Platform (XCP) version 0.5 is now available for testing from: http://www.xen.org/products/cloud_source_0.5.html XCP-0.5 is intended to be a *stable* release, suitable for long-term production use. Please download this release candidate and give it a thorough workout! Cheers, Dave _______________________________________________ xen-api
2010 Jun 11
24
[Xen-API] [XCP]: RC1 of XCP 0.5 available for testing
Hi everyone, The first release candidate of the Xen Cloud Platform (XCP) version 0.5 is now available for testing from: http://www.xen.org/products/cloud_source_0.5.html XCP-0.5 is intended to be a *stable* release, suitable for long-term production use. Please download this release candidate and give it a thorough workout! Cheers, Dave _______________________________________________ xen-api
2006 Jul 12
24
Xen Roadmap proposal
...work & RDMA support in device channel \\ \hline 1 & xen & extensive benchmarking and perf tuning \\ 1 & xen & CPU scheduler that balances VCPUs, implements weight \& caps \\ 1/2 & xen & initial NUMA mechanism checkin \\ 2 & xen & live relocation tuning, robustification, tools safety interlock \\ 2/3 & xen & support for running 32b PAE guests on a 64b hypervisor \\ 2/3 & xen & improved NUMA policy code \\ 2/3 & xen & add order$>$0 guest memory allocation accounting \\ 2/3 & xen & extend x86\_64 heap size; merge xe...
2013 Jul 31
29
[PATCH 0/9] tools: remove or disable old/useless/unused/unmainted stuff
depends on "autoconf: regenerate configure scripts with 4.4 version" This series removes some of the really old deadwood from the tools build and makes some other things which are on their way out configurable at build time with a default depending on how far down the slope I judge them to be. * nuke in tree copy of libaio * nuke obsolete tools: xsview, miniterm, lomount & sv *