Displaying 20 results from an estimated 3000 matches similar to: "Inner product"
2006 Aug 08
3
More Plots
Hi,
How can we plot two graphs ex. lets say correlation & ratio in the same
window?
I mean in the window I have :
1. Graph of correlation having X & Y axes
2. Graph of ratio having A & B axes
one above the other.
Thanks,
Sonal
2006 Jul 31
3
na.rm problem
hi,
i am a new member.
i am using R in finding correlation between two variables of unequal length.
when i use
cor(x,y,na.rm=T,use="complete")
where x has observations from 1928 to 2006 & y has observations from 1950 to
2006. I used na.rm=T to use the "complete observations". So missing values
should be handled by casewise deletion. But it gives me error
Error in
2006 May 02
4
How to extend rails rake tasks?
Does anyone know how to extend the buit-in rake tasks like test:unit.
I want to custom load some fixtures in a particular order.
Thanks,
Zack
2007 Jul 05
3
Does puppet have a way to disable a user?
Besides using an exec line with a case statement(to determine the specific os''s disable command), does puppet come with a buit in method to disable a user account?
Thanks!.
---------------------------------
Get the Yahoo! toolbar and be alerted to new email wherever you''re surfing.
_______________________________________________
Puppet-users mailing list
2008 Apr 14
2
transport.response is truncated
hi - i have a randon but recreatable problem whereby my
transport.responseText seems to get truncated. I have tried swithcing
btwn onSuccess and onComplete buit it happens on both.
As i said it''s totally random.
any ideas ?
what other info di i need to provide ?
many thanks
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to
2006 May 09
5
ParaGuest cannot see 30GB memory
Hi,
I have buit Xen (32 bit) with PAE and can start multiple Paraguests with 4 gig memory, but cannot launch a single VM with more than 4 gb memory. I would like to launch 1 VM with 30GB or so memory. Are there any config paramters like kernel,/inittrd that need to be changed.
I have the ramdisk set to the initrd I used to boot xen with PAE.
Thanks
- padma
2009 May 15
2
I simply cannot install R on Ubuntu. I don't know why.
I don't mind using sudo apt-get update/upgrade/install buit I get into
crazy loops (hours) that clearly can't be trusted. But when I use
Synaptic (reload/mark for install R-base) every time I get some list
of things things it want to install as well and syas "Mark" which it
does not do and when I go forward with the Synaptic install of R-base
I get this (and abort) every time:
2009 Nov 02
2
Desktop.ini in Startmenue
Hello,
I've setup a PDC with Samba 3.0.23 and a ldap-backend.
Roaming Profiles are working, but I always have the desktop.ini visible
in some folders of the Windows-Startmenue.
I found several hints for the dos-attributes in smb.conf, buit notthing
seems to work.
Any hints?
Here is my smb.conf:
[global]
workgroup = example
server string = b-login
passdb backend
2000 Feb 29
1
smbfs failure mounting DAVE Macintosh share
Hi,
I tried to make my Linux box smbmount a remote share originating from a
Macintosh running the commercial package DAVE 2.5. The Linux box is a RedHat 6.0
with a 2.2.14 kernel (with smbfs inserted as a module) and samba-2.0.3; the iMac
ran MacOS9.
The directory to be shared, \\akemi\archivio, contained two files, aaa and bbb.
Here's what happened:
[root@sonal ~]# smbmount
2004 Apr 08
5
Restart Asterisk
Is it true that every time we make a change in the configuration file we need to restart the asterisk server. This will not be practical in the production environment.
Thanks,
2009 Oct 08
1
Slope between two points
Dear All,
Let? 499 piece-wise lines were buit up by 500 pair of observations, via R code below.
x <- 1:500
y <- rnorm(500)
plot(x, y, type = 'b')
I was trying to compute all the slopes?for the ?lines which were connected between two adjacent points. For instance,?slopes?of lines between first and second points, second and third points, and so on, until?between??points 499 and 500,
2011 Apr 08
5
Avoiding a loop
Friends.
I cannot simplify this much, and I think the loop is unavoidable. As a
recovering C programmer I want to avoid loops and in cases like this I
almost allways can by using an apply function. But I suspect in this case
there is nothing I can do.
It is a finance example where a price series is compared to a moving
average. If the price goes above the average, plus a bit, buy the
2007 May 02
2
Asterisk-1.4 with agent snmp
Hi,
I`m trying to use the agent snmp buit in the asterisk-1.4, but I can`t
do this...
I used this link to do it: http://www.voipphreak.ca/archives/382 but I
can't...
Does somebody know how to do this or knows a how-to to do this??
Thank's
_______________________________________________________
Yahoo! Mail - Sempre a melhor op??o para voc?!
Experimente j? e veja as
2004 Apr 08
0
RE: Asterisk-Users digest, Vol 1 #3368 - 12 msgs
This message is in response to Flash operator problem. My op_server.pl seems to be same. I also created the variable.txt to the /var/www/html/panel folder and when I run htt://192.168.0.0/panel it just says at the bottom transferring data. I don't see anything on the screen.
I also checked my manager.conf file. I was able to telnet into the manager interface and it's running fine.
So I am
2004 Apr 07
3
Asterisk call manager
I am trying to setup the call manager and I configured the manager.conf
file.
When I try to telnet 0.0.0.0 5038
It says trying 0.0.0.0
>>>>>
> Connected to localhost
> Escape character is '^]'.
> Asterisk Call Manager/1.0
> Then I type
> Action:Login (enter)
> Username:sam
> Secret:sam
> Then I enter twice
>
> I get Response: error
2010 Dec 24
1
Help required: binomial option pricing using package
I'm using the CRRBinomialTreeOption function (in package "fOptions") with a
loop for pricing a large number of options. But I can't transfer the values
obtained from this function to a "numeric" matrix as the outcome of this
function is not a simple numeric.
The following is the piece of code:
# USING THE FUNCTION
library(fOptions)
2013 Jun 18
1
eigen(symmetric=TRUE) for complex matrices
R-3.0.1 rev 62743, binary downloaded from CRAN just now; macosx 10.8.3
Hello,
eigen(symmetric=TRUE) behaves strangely when given complex matrices.
The following two lines define 'A', a 100x100 (real) symmetric matrix
which theoretical considerations [Bochner's theorem] show to be positive
definite:
jj <- matrix(0,100,100)
A <- exp(-0.1*(row(jj)-col(jj))^2)
A's being
2004 Jan 15
1
Deprecate La.eigen?
I would like to deprecate La.eigen. It is used in a few packages
(ade4, fpc, gss, mvtnorm and smoothSurv on CRAN), but only in usages where
replacing `La.eigen' by `eigen' would call exactly the same code.
The reason for wanting to deprecate it is that little-used interfaces tend
to get overlooked, e.g. PR#5406, a report on eigen, needed to be applied
to La.eigen as well. We have also
2011 Feb 21
2
Segfaults of eigen
Hi,
with small matrices eigen works as expected:
> eigen(cbind(c(1,4),c(4,7)), only.values = TRUE)
$values
[1] 9 -1
$vectors
NULL
> eigen(cbind(c(1,4),c(4,7)))
$values
[1] 9 -1
$vectors
[,1] [,2]
[1,] 0.4472136 -0.8944272
[2,] 0.8944272 0.4472136
> eigen(cbind(c(1,-1),c(1,-1)))
$values
[1] -3.25177e-17+1.570092e-16i -3.25177e-17-1.570092e-16i
$vectors
2007 Feb 09
1
problem with eigen() function
Dear R-users,
Recently, I have come across a weird problem. I run a large number of iterations and at one of the step within each iteration, I calculate the eigen values of a updated covariance matrix. From all my intermediate output, the code freezes after printing out the covariance matrix but before printing out the eigen values. So, obviously it stops at the only step, the eigen() function