Displaying 20 results from an estimated 900 matches similar to: "Resistant Local Regression ???"
2003 Oct 16
0
make error R-1.8.0 on SuSE Linux 7.3 (i386)
My first Problem is a minor one. Maybe some knows a reson. Pleas give me a
hint off-line, as it seems to be something stupid.
1. I sent my first mail to r-help at lists.R-project.org and got
Delivery Failure Report
Your document: make error R-1.8.0 on SuSE Linux 7.3 (i386)
was not delivered to: r-help at lists.R-project.org
because: Delivery time expired
I already had this problem
2017 Mar 06
2
Suspicious code in net_socket.c
Good afternoon!
Module - net_socket.c
Function - get_known_addresses
---------------------------------------------------
struct addrinfo *nai = xzalloc(sizeof *nai);
if(ai)
ai->ai_next = nai;
ai = nai;
--------------------------------------------------
For my opinion, possible causes:
1. Lost trails (ai_next)
2. ai_next not initialized
3. Possible segfault during
2001 Jun 06
3
methods on missing data
Hello everybody!
I have 2 >issues< concerning methods applied to missing data.
I think they're bugs, but who knows.
1. var(NA) returns
Error in var(NA) : missing observations in cov/cor
instead of NA. I expanded the summary-function to my.summary
including SDev, in order to use it with tapply, which crashes
in case of groups with no valid data.
2. is a similar problem. I use
2011 Jul 28
3
how to shift a chron timestamp by 6:30 hours
Dear help list,
I have a timestamp in as a chron object:
> (x <- chron(dates = c("12/02/11", "22/11/11"),
+ times = c("07:30:00", "04:00:00"),
+ format = c(dates = "d/m/y", times = "h:m:s")))
[1] (12/02/11 07:30:00) (22/11/11 04:00:00)
Now I want to shift the timestamp by 06:30 (hh:mm) backwards, to get
2004 Feb 27
1
setuid rsync
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello,
I trying to create an automated backup from one machine to the other via
SSH. I have setup ssh keys and so on, so everything is pretty much
working. The only thing is, I am trying to perserve file ownership. I
don't want to use ssh keys w/o a password (for obvious reasons), so I
what I did was this:
I setup a chrooted account called
2001 Oct 11
2
Lower case/upper case problems
Ok..this seems like it shouldn't be that hard to figure out but I'm confused
anyway.
How can I make sure that whatever case a file is created with is what's
shown in NT explorer?
Let me explain:
If I create a file in all uppercase on my unix file system (which is also a
samba share) it shows up as a mixed case file within NT explorer, with only
first letter capitalized. (Normally
2008 May 30
4
Setting Group owner of files on USB drive
I just got a 8Gb flash drive and went to copy a bunch of files onto it.
I wanted to perserve everything, so I just took my archiving rsync
command and altered it to go to localhost:/media/RALLY2/ (name of flash
drive). I am getting errors with changing the group owner. Huh?
So I try to just use mkdir to create a directory on the flash drive.
The directory has a group of root ???
So I try
2008 Jun 27
1
Yule Kendall resistant measure of skewness
Dear R Users,
Is anyone aware of a package which calculates the Yule Kendall resistant
(to errors,outliers) measure of skewness ? An easy calculation to perform,
but was just wondering if a package exists (as the contents of that
package would probably include other cool things I would also be
interested).
Thanks,
Tolga
Generally, this communication is for informational purposes only
and it
2019 Sep 12
2
Side-channel resistant values
Hello all,
Many of us are dealing with data that should remain secret on a daily
basis. In my case, that's key material in cryptographic implementations.
To protect against side-channel attacks. We write our code in such a way
that the execution of the program is not dependent on the key and other
secret values. However compiler optimizations often makes this very hard
for us, and often our
2004 Aug 21
0
Microsoft Windows Network: The local device name is already in use.
Hey,
I'm using SAMBA 2.0.9 and only on very large file transfers (500 MB
or more) to or from the SAMBA share after I logout and log back in I'll
get this error message,"Microsoft Windows Network: The local device name
is already in use." If I wait just a couple of minutes the connection
will be made and everything is fine including access to the share once
again. SAMBA 2.0.9
2017 Mar 08
1
Suspicious code in net_socket.c
For my opinion, special function not needed, because at first time, oai set
to NULL, freeaddrinfo tried to free each ai, until occurance of ai_next ==
NULL.
But it works. Linux, Windows, coordinator with white IP, other nodes behind
NAT's (1 or two NAT's, only direct connections allowed).
There are some problems with MinGW make, at least - mingw-64 from Fedora 25.
1. No definition for
2007 Dec 14
0
Problems booting DomU on CentOS 5.1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
Hi folks...<br>
<br>
I''m having problems to boot an DomU in CentOS5.1. I already tried
booting up several distrubutions and all of them boots till they reach
the rc.local. When it reachs
2018 Apr 24
0
Hosted VM Pause when one node of gluster goes down
HI,
I have a 3 node hyper-converged cluster running glusterfs with 3 replica 1 arbiter volumes. When I Shutdown 1 node i am having problems with high load VM's pausing due to storage error.what areas should i look in to get this to work?
Russell Wecker
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2018 Apr 24
0
Hosted VM Pause when one node of gluster goes down
Hi Russell,
Since I also ran into this when setting up gluster, the solution is to
tweak network.ping-timeout to a lower value (default is 42 seconds). If a
node goes down and starts timing out, the whole cluster will attempt to
block access, including reads, for network.ping-timeout seconds and only
let them through after.
I set mine to 5 (seconds) because 42 is nowhere near an acceptable wait
2018 Feb 20
0
Stale File handle
Hello,
I have a file in my gluster volume that has the following when i try to access it (ls)
ls: cannot access 37019600-c34e-4d10-8829-ac08cb141f19.meta: Stale file handle
37019600-c34e-4d10-8829-ac08cb141f19 37019600-c34e-4d10-8829-ac08cb141f19.lease 37019600-c34e-4d10-8829-ac08cb141f19.meta
when i look at gluster volume heal VMData info i get the following
Brick
2002 May 29
0
classification by nls and anova
Dear R-users,
I'd appreciate your statistical opinion on the following problem.
I'm fitting the four parameter logistic model [f(x) = a + (b - a)/(1 +
exp((c - x)*d))] to assay data.
We have a lot of samples to fit and my aim is to classify these samples
into following groups:
1. no interrelation
all results about =~ 0
too low concentration
2. only full
2019 Sep 13
3
Side-channel resistant values
> On Sep 13, 2019, at 10:45 AM, Chandler Carruth <chandlerc at gmail.com> wrote:
>
> On Fri, Sep 13, 2019 at 1:33 AM David Zarzycki via llvm-dev <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote:
> Hi Chandler,
>
> The data-invariant feature sounds great but what about the general case? When performance tuning code, people sometimes need
2019 Sep 14
2
Side-channel resistant values
I’m struggling to find cases where __builtin_unpredictable() works at all. Even if we ignore cmp/br into switch conversion, it still doesn’t work:
int test_cmov(int left, int right, int *alt) {
return __builtin_unpredictable(left < right) ? *alt : 999;
}
Should generate:
test_cmov:
movl $999, %eax
cmpl %esi, %edi
cmovll (%rdx), %eax
retq
But currently generates:
test_cmov:
movl $999,
2019 Sep 12
2
Side-channel resistant values
On 9/12/19 5:06 AM, David Zarzycki via llvm-dev wrote:
I think adding a builtin to force CMOV or similar instructions on other architectures is long overdue. It’s generally useful, even if one isn’t mitigating speculative execution.
I believe that you can currently get this effect using __builtin_unpredictable in Clang. __builtin_unpredictable wasn't added for this purpose, and it's a
2019 Sep 13
2
Side-channel resistant values
Hi Chandler,
The data-invariant feature sounds great but what about the general case? When performance tuning code, people sometimes need the ability to reliably generate CMOV, and right now the best advice is either “use inline assembly” or “keep refactoring until CMOV is emited” (and hope that future compilers continue to generate CMOV).
Given that a patch already exists to reliably generate