Displaying 20 results from an estimated 500 matches similar to: "How to have multiple independently working controlllers for one view"
2011 May 16
2
princomp and eigen
Hi.
I was comparing the components from princomp's loadings and the eigen given
the same input.
I found that the sign of componenets (+/-) are opposite between the two
components (from princmop and eigen) but the magnitudes are identical. Why?
Thanks!
[[alternative HTML version deleted]]
2013 Apr 25
1
Weighted Principle Components analysis
Hello!
I am doing Principle Componenets Analysis using "psych" package:
mypc<-principal(mydata,5,scores=TRUE)
However, I was asked to run a case-weighted PCA - using an individual
weight for each case.
I could use "corr" from "boot" package to calculate the case-weighed
intercorrelation matrix. But if I use the intercorrelation matrix as input
(instead of the
2010 Jun 04
4
[LLVMdev] Duplicating a Basic Block
Hi,
I had asked earlier from my another ID about duplicating a basic block, but
that server is down for moment.
I was given suggestion to use CloneBasicBlock, but when I used it I get an
error :
While deleting: i32* %a
Use still stuck around after Def is destroyed: store i32* %a, i32** %p,
align 4
opt: /home/ambika/llvm_3/llvm-2.6/lib/VMCore/Value.cpp:81: virtual
llvm::Value::~Value():
2010 Jun 04
0
[LLVMdev] Duplicating a Basic Block
On Fri, Jun 4, 2010 at 2:15 AM, Ambika Agarwal <agarwal.ambika at gmail.com> wrote:
> Hi,
>
> I had asked earlier from my another ID about duplicating a basic block, but
> that server is down for moment.
> I was given suggestion to use CloneBasicBlock, but when I used it I get an
> error :
>
> While deleting: i32* %a
> Use still stuck around after Def is
2011 Feb 08
1
multiple domains
Anybody can help me with this issue. It's the right place to submit thios
question, please help me.
Actually we have configured a server (postfix,dovecot,mysql) with multiple
domains, but the problem resides in that we don't want to login via POP3
using "user at domain" just using "user", because we'll migrate our actual
platform (Qmail) to dovecot. Our users are
2005 Aug 10
4
could not load modules.dep stops network from working?
Iam new to Xen and I am trying to FC4 and FC4 domains. I came across a
problem when my newly created domain never gets a network. When I start
the domain I get a fatal error that leads me to believe that thios might
be the reason why I don''t have networking with the bridge:
Checking for new hardwaremodprobe: FATAL: Could not load
/lib/modules/2.6.12-1.1411_FC4xen0/modules.dep: No such
2005 Aug 11
0
RE: [****SPAM****] - Re: could not load modules.dep stops network from working? - Found word(s) list error in the Text body
Thank you all for you replies!
For anyone following the fedora xen quickstart guide here are the steps
to follow to get your eth0 working.
At rawhide
mkdir /lib/modules/2.6.12-1.1411_FC4xen0
depmod -a
At the domain0
(make sure rawhide is down)
mount -o loop /root/fedora.img /mnt
cd /mnt
cp /etc/sysconfig/network-scripts/ifcfg-eth0
etc/sysconfig/network-scripts/ifcfg-eth0
cp
2005 May 18
0
Samba 3 dms doesn't allow access through interdomain trust
Hello everyone!
I have a little problem:
HRH = trusted domain (Samba 3)
Hendricks = trusting domain (NT4 sp6a)
Trusts are setup between the NT4 and Samba3 + OpenLDAP domain and
appear to be working properly.
When logged into the HRH domain on a W2k workstation I can view,read,
and write on available
shares for HRH groups and users on our Windows file servers. Whenever
I try to see available
2006 Mar 15
0
wbinfo -u responds with Error looking up domain users
Hi all,
I have an Samba + LDAP PDC and BDC setup with a trust to an NT 4
domain. I am using Samba 3.0.21c on Sles 9. HRH is the Samba domain
and Hendricks is the NT4 domain.
When using getent passwd and/or wbinfo -u on the pdc all of the users
from both domains are listed:
getent passwd:
<snip>HRH users:
njcloud:x:1034:1014:System User:/home/njcloud:/bin/bash
acrardi:x:1035:513:System
2005 Jul 12
1
Samba3, ldap and password expiry
Hi all!
We are using 1 Samba PDC and 2 bdc (Version
3.0.15pre3-SVN-build-UNKNOWN-PS-SuSE) with openldap2-2.2.6-37.38 on
SLES 9.
New users setup ok and first logon password change works. Because of
HIPAA we need the passwords to change every 30 days however this isn't
happening.
I thought that I had this working once upon a time while I was testing
and getting ready for production but
2003 Jun 26
0
SysLog Manipulation
Exactly what I need. I am so glad that you read the forum.
Thanks a lot.
----- Original Message -----
From: "Robert Watson" <rwatson@FreeBSD.org>
To: "Georgi Hristov" <hristov@iocc.com>
Sent: Thursday, June 26, 2003 10:44 AM
Subject: Re: SysLog Manipulation
| On Thu, 26 Jun 2003, Georgi Hristov wrote:
|
| > About what time did you merge it ... I may have
2006 Mar 31
1
mutual information for two time series
Hi I hope this is going to the right place. I am trying to write a program
which uses KernSmooth library to estimate mutual information between two
time series at various different lags. At the moment it’s producing negative
values, which is supposed to be impossible (something is fishy). I am
summing across one row of the matrix to get p(value is in bin x) and summing
across the columns to get
2011 Feb 12
5
link_to a action in the controlles is not called
i have a link where it has to call a method defin in todoscontroller
named say_when but show is called
<td><%= link_to ''Say when'', todo, :action => :say_when ,
:remote => true %></td>
class TodosController < ApplicationController
# GET /todos
# GET /todos.xml
def index
@todos = Todo.all
respond_to do |format|
format.html #
2007 Sep 26
0
Testing record creation independently of implementation
Hi guys,
I just had a question on testing a method whose behaviour includes
creating a record in the database. How would one go about doing this?
At first, it seems okay to cheat and just make sure that create() or
new() is called with the correct parameters. So,
@model.should_receive(:create).with(params) or,
@model.should_receive(:new).with(params)
But if I wanted to have it be
2006 May 08
1
persp or wireframe 3D plot: how can I independently adjust linewidth of the 'surface' and framebox?
It is a trivial matter to adjust the linewidth of the axes and plot
line in a 2D plot:
x <- 1:10;
y <- 1:10;
par(lwd=2); # axis (and others) linewidth
plot(x,y,"l",lwd=6); # plot linewidth
Is there anything comparable to this for persp or wireframe? I've
tried a number of ways, and the framebox/axes seem to be linked to
the linewidth used in generating the
2006 Jun 17
0
hanging up call after launching a script, script should continue independently
hello!
i'm trying to implement a callback feature. to accomplish this, i've
written a python script(callback.agi) that starts another script as a
independent process(with spawnl), without asterisk waiting for the
other script (callback_dead.sh) to finish before it goes to the next
extension. running it on the commandline seems to work, the script
starts the other script and
2011 Feb 18
1
[PATCH] Add Install section to dovecot.service, so it can be used independently from dovecot.socket
Good day,
Dovecot includes nice unit files for systemd, but I've noticed that
"systemctl enable dovecot.service" fails because service file does not
include Install section.
I assume that is because there's a .socket file, but there might be
reasons when you want to enable it as a service.
In my case it's one of the main services on the machine, so I'd like to
see
2011 Oct 04
1
using R-devel independently of sid packages
Hi,
I'd like to run R-devel in a sid system that has the corresponding R
packages installed (most of them). I'd be using this primarily for
testing how packages that I maintain would build and check there. I
know this is available via http://www.r-project.org/nosvn/R.check, but
in some cases I need more control. I thought I'd have R-devel trunk
live in /usr/local/src/R-devel, and
2004 Jan 14
0
How can I test if a not independently and not identicallydistributed time series residuals' are uncorrelated ?
I'm analizing the Argentina stock market (merv)
I download the data from yahoo
library(tseries)
Argentina <- get.hist.quote(instrument="^MERV","1996-10-08","2003-11-03", quote="Close")
merv <- na.remove(log(Argentina))
I made the Augmented Dickey-Fuller test to analyse
if merv have unit root:
adf.test(merv,k=13)
Dickey-Fuller = -1.4645,
2008 Sep 15
1
How to plot contours for joint density of 2 independently distributed r.v.?
X and Y are independently distributed random variables.
I would like to study the contours of the joint density of these two
variables.
Any function to call?
Thank you very much!
--
View this message in context: http://www.nabble.com/How-to-plot-contours-for-joint-density-of-2-independently-distributed-r.v.--tp19493126p19493126.html
Sent from the R help mailing list archive at Nabble.com.