Displaying 20 results from an estimated 10000 matches similar to: "Reciprocal Update"
2005 Aug 26
1
lvm initrd -> initramfs
I converted my lvm root initrd to an initramfs by putting glibc, lvm,
pivot_root, my linuxrc, etc. in my initramfs source file. I use ash
compiled against klibc to run my linuxrc
Unfortunately -
pivot_root . initrd
- complains -
pivot_root: Invalid argument
I suspect this may be because you can't pivot_root using a cpio
initramfs root?
If so, what should I do instead? Should I
2007 Sep 13
2
Reciprocal Mill's Ratio
I believe that this may be more appropriate here in r-devel than in r-help.
The normal hazard function, or reciprocal Mill's Ratio, may be obtained
in R as dnorm(z)/(1 - pnorm(z)) or, better, as dnorm(z)/pnorm(-z) for
small values of z. The latter formula breaks dowm numerically for me
(running R 2.4.1 under Windows XP 5.1 SP 2) for values of z near 37.4
or greater.
Looking at the pnorm
2012 Sep 24
0
[LLVMdev] Proposal: New DAG node type for reciprocal operation
Yes, what I mean is a target independent node in the ISD::NodeType enum.
I already did the node transformation DAGCombiner and target-specific lowering in the first place. It worked. But introducing a specific node will make the logic more clear.
For example, in ARM, FDIV is a scalar operation. So, after DAGCombiner and Vector Type legalize, vectorized FDIV has been expanded into scalar versions,
2011 Oct 28
1
Graphics Reciprocal labeling
Does R graphics have a way to easily label the horizontal axis by the
reciprocal
of the scaled value?
--
View this message in context: http://r.789695.n4.nabble.com/Graphics-Reciprocal-labeling-tp3949054p3949054.html
Sent from the R help mailing list archive at Nabble.com.
2012 Sep 21
2
[LLVMdev] Proposal: New DAG node type for reciprocal operation
--- On Thu, 9/20/12, Jim Grosbach <grosbach at apple.com> wrote:
From: Jim Grosbach <grosbach at apple.com>
Subject: Re: [LLVMdev] Proposal: New DAG node type for reciprocal operation
To: "Weiming Zhao" <weimingz at codeaurora.org>
Cc: llvmdev at cs.uiuc.edu
Date: Thursday, September 20, 2012, 3:32 PM
Sounds like a reasonable fit for a target-specific DAG combine. I
2012 Oct 25
5
system is computationally singular: reciprocal condition number
Hi folks,
I know, this is a fairly common question and I am really disappointed that I
could not find a solution.
I am trying to calculate Mahanalobis distances in a data frame, where I have
several hundreds groups and several hundreds of variables.
Whatever I do, however I subset it I get the "system is computationally
singular: reciprocal condition number" error.
I know what it means
2012 Sep 20
0
[LLVMdev] Proposal: New DAG node type for reciprocal operation
Sounds like a reasonable fit for a target-specific DAG combine. I suspect a target specific node wouldn't be necessary and the patterns could be matched directly.
-Jim
On Sep 20, 2012, at 3:26 PM, Weiming Zhao <weimingz at codeaurora.org> wrote:
> Hi,
>
> In relaxed/fast math mode, if we can convert a/b to a * (1/b), we may get more performance when (1) “b” is loop
2012 Sep 20
2
[LLVMdev] Proposal: New DAG node type for reciprocal operation
Hi,
In relaxed/fast math mode, if we can convert a/b to a * (1/b), we may get
more performance when (1) "b" is loop invariant or (2) arch has faster
reciprocal instruction (e.g. recipe/recips on ARM) or (3) arch has no
vector div, but has vector mul and recip.
So ,with this node type, a div node can be converted to a mul and a recip
when desired. Then, each arch can further
2010 Jun 21
1
Contrast interaction effects in lmer object for reciprocal transplant experiment
Dear All:
I am using lmer() {lme4} to analyze results from a reciprocal
transplant experiment where the response variable is modeled as a
function of two fixed effects and their interaction.
Example data follow:
#library(lme4)
#library(gmodels)
2014 Nov 08
1
Re: Re: Re: DC2 denies access whe
Hello Rowland, Louis and Min,
sorry for late reply, I was really busy in the past days. As Min already wrote, I have made the same experience unfortunately. With Rowland's suggested settings it didn't solve the problem. I'm on another issue at the moment and didn't find time to check the rsync/unison process on my own, but I'll promise I'll dive into it as soon as I can.
2009 Jun 25
2
Error: system is computationally singular: reciprocal condition number
I get this error while computing partial correlation.
*Error in solve.default(Szz) :
system is computationally singular: reciprocal condition number =
4.90109e-18*
Why is it?Can anyone give me some idea ,how do i get rid it it?
This is the function i use for calculating partial correlation.
pcor.mat <- function(x,y,z,method="p",na.rm=T){
x <- c(x)
y <- c(y)
2009 Jun 28
1
ERROR: system is computationally singular: reciprocal condition number = 4.90109e-18
Hi All,
This is my R-version information:---
> version
_
platform i486-pc-linux-gnu
arch i486
os linux-gnu
system i486, linux-gnu
status
major 2
minor 7.1
year 2008
month 06
day 23
svn rev 45970
language R
version.string R version 2.7.1 (2008-06-23)
While calculating partial
2016 Oct 23
2
Bidirectional wiki page correction suggestion
I just setup replication of sysvol between my two DC's using the
"Bidirectional Rsync/osync based SysVol replication workaround" and all
went well with two exception.
First, it seems that since an upgrade to Openssh version 7.0 that "dsa"
key use is disabled by default by the Openssh team. There has been some
questions for some time now regarding the security of
2002 Nov 29
2
Need a cron script written
I do this manually:
smbmount //Beverley/C /home/data
pwd: "insert pwd"
cp -ruv /home/samba/public /home/data
smbumount /home/data
This lets me do the following:
make a copy of all my samba shares on the server to a client named Beverley C
drive.
ruv does the following
recursive (all subdirectories and subfolders)
unchanged (only write over when newer)
verbose
pwd: "insert
2003 Nov 15
1
synchronisation in multiple directions.
We want to have the same files on multiple sites, of which one
act as master. If the file changes on 1 site it should be moved
to the master, and then from the master to the other sites.
That part shouldn't be that hard to do, but what also should
happen is that if a file is deleted or added on one site it
should get removed or added on the sites too. And afaik, I can't
currently do
2012 Apr 24
3
Synchronizing multiple samba servers
Hi.
I have two servers located in two different time zones. I want to know if
there is a way to keep the shares synchronized. Right now what i thought
is to run rsync from Server A to Server B . However the issue is say Server
B has a new version of the file in server A and that should not be
overwritten but should be copied back to server A. How to go about this?
Regards
Janantha
2004 Jul 30
2
mirroring in both directions with rsync
When operating in daemon mode, will rsync check to see which file is newer and decide which direction to transfer based on that?
Example,
We have 2 terminal servers, A and B. I want users to be able to work on either server and have their home directories on both stay in sync. If a user logs into server A and changes files, the server would know to transfer the file from A to B. If they log
2009 Jan 10
1
Implementing a conditional branch within rsync based on modified time of a file
Greetings,
I've been looking through archives, googling, and reading through man pages to no avail for some time now. I believe I need some combination of rsync -u (update) and rsync --del, and I'm not quite sure how to get it.
I'm looking to build a rough implementation of a multi-client rdiff-backup system; in order to do this I'm using rsync before rdiff-backup.
(We'll
2014 Mar 28
4
Update3: easy - automated setup : Debian Wheezy with sernet samba 4.1 : sysvol replication with unison.
Hai,
Small update since i need som testers..
im trying to setup bi-directional sysvol replication.
Unison has this ability.
http://www.cis.upenn.edu/~bcpierce/unison/
This is beta, so if you have successed, please report this back.
DONT TEST THIS ON YOUR PRODUCTION ENVIRONMENT.
Thanks !
Louis
2016 Aug 25
3
Samba Wiki change suggestion
On the "Bidirectional Rsync/Unison based SysVol replication workaround"
page. The title (as you can see) includes the word UNISON when in fact
the "Unison" program is NOT being used for this replication anymore. As
the instructions there actually use "Osync" then the word "UNISON"
should probably need to be replaced with "OSYNC". (I looked