Displaying 20 results from an estimated 2000 matches similar to: "speeding up a special product of three arrays"
2008 Aug 06
4
Union of columns of two matrices
I was posed the following problem/teaser:
given two matrices, come up with an "elegant" (=fast & short) function that
returns a matrix with all and only the non-duplicated columns of both
matrices; the column order does not matter. In essence, a matrix equivalent
of union(x,y), where x and y are vectors. I could not come with anything
nice. Any ideas?
Giuseppe
--
Giuseppe A.
2006 Jun 23
3
problem installing gsl package under Ubuntu Breezy Badger
I am trying to install the gls package (a wrapper for GNU scientific library
special functions) package under Ubuntu 5.10. I have gls-bin (the debian GNU
Scientific Library binary package). When I try to install the R package, I
receive the following.
> install.packages("gsl",dependencies=T)
Warning in install.packages("gsl", dependencies = T) :
argument
2008 Aug 27
1
A manipulation problem for a large data set in R
I have two questions for the group. One is very concrete, and is dangerously
close to a "please do my homework" posting. The second follows from the
first one but is more general. I would welcome the advice of experienced R
users.
As for the first one: I have a data frame with two variables
X Y
A, chris
D, chris
B, chris
B, chris
C, andrew
E, andrew
C, andrew
B, beth
2008 Apr 10
1
Computing time when calling C functions - why does an extra function call induce such an overhead?
Dear list,
I am a little puzzled by computing time in connection with calling C functions. With the function mysolve1 given below I solve Ax=B, where the actual matrix operation takes place in mysolve2. Doing this 5000 times takes 3.51 secs. However, if I move the actual matrix inversion part into mysolve1 (by uncommenting the two commented lines and skip the call to mysolve2) then the
2015 Jun 29
5
resolve errors with Samba 4 dns
I'm running Debian/Jessie on a server which is used as an AD DC. I'm
getting errors like this:
Hit http://ftp.ca.debian.org jessie InRelease
Hit http://ftp.ca.debian.org jessie/main Sources
Hit http://ftp.ca.debian.org jessie/main amd64 Packages
Hit http://ftp.ca.debian.org jessie/main Translation-en
Err http://ftp3.nrc.ca jessie InRelease
Err http://ftp3.nrc.ca jessie-updates InRelease
2010 Jun 13
0
Weighted Average application on Summary Dataset
Hi,
I have 2 huge datasets - May and Jun - a miniscule sample of one is given
below. I am trying to do 2 things with these datasets. I need to verify if
the weighted average of variable A for a Reason in Jun is same/different
from the same for May. To do this I am first computing the weighted average
for each SubReason using a function I wrote.
Where I need help is applying the function on both
2006 Feb 15
2
arrays of lists in R ("cell arrays" in Matlab)
Dear all
I would like to have some data in the form of a 2-dimensional array
(matrix) of lists, so that I can easily find the desired list object by
indexing the structure by rows and columns. In matlab there exists a
data type called "cell array": a matrix of "cells", which are composite
objects very similar to R lists.
I know that in R you can create 1-dimensional
2005 Nov 16
2
X11 error in png
Hi all,
When I ran a script containing the following codes:
png(paste(savepath,"a_rnaplot.png",sep = ""),width = fwidth, height = fheight,pointsize = fpointsize);
data_deg <- AffyRNAdeg(data_cel)
plotAffyRNAdeg(data_deg,col=cols,lty=1,lwd = "2")
#a <- par("fin")
legend("bottomright",sampleNames(data_cel),col=cols,lty=1)
2004 Jun 16
3
ZAPHFC - only for * 0.7.2?
I've got Zaphfc working running Asterisk v. 0.7.2
Then I have tried with Asterisk V. 1.0 and the latest from CVS - with no succes.
Has anybody got zaphfc working with newer version than 0.7.2 ?
NR
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040616/32481fca/attachment.htm
2004 Jun 28
1
Protocol Error (6) using Zaphfc
Hi!
Has anybody seen anything like this using zaphfc?
On outgoing calls (via isdn) , the line gets hung-up as soon as the called
party answers.
As seen below i get some protocol error (6) - but i'm not sure if this is
related to the "hang-up" which apparently comes a little earlier?!
Incomming calls on the isdn (zaphfc) interface is working just fine
(P.S. what about the
2006 Mar 08
5
Cisco 7960 SIP - Displaying Time
Is there a way to display the time of the 7960 running firmware 7.4? Im
unable to find any information.
Thanks,
Ben Blakely
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060308/a7e575cc/attachment.htm
2018 Jan 19
4
Internal DNS logging
Thanks Denis,
I was looking for the option 'dns:x' in the wiki but I didn't find it.
Now it works.
I used
log level = 3 auth:3 dns:0
auth_audit:3 gives me unknown class message
But where I can find a complete list of classes for log level?
I'll also give a try on the last version of samba with json.
Thanks again
Giuseppe
On 1/18/2018 4:52 PM, Denis Cardon wrote:
2004 Dec 10
8
Voice Prompt Info
I am trying to put together a list of 'departments' to request as voice
prompts. I have the biggies (sales, accounting, shipping, etc...) but I
want to make sure I do not miss any. If anyone anyone has some
suggestions (Ha... that is like going to an NRA meeting ans asking if
anybody has a gun :-) ) please forward them to me (and / or post here
although, with the volume of this
2014 Jun 23
4
[PATCH] Support for ASEM UPS on Linux/i2c
On 18/06/2014 04:17, Charles Lepple wrote:
> On Jun 13, 2014, at 2:53 AM, Giuseppe Corbelli <giuseppe.corbelli at copanitalia.com> wrote:
>
>> As said in previous mail, I just finished a first working version of a driver for the UPS found on ASEM PB1300 device
>> (http://www.asem.it/prodotti/industrial-automation/box-pcs/performance/pb1300/)
>> Linux only, accessed
2015 Jun 29
3
resolve errors with Samba 4 dns [RESOLVED]
and 'host google.com 8.8.8.8' also gives the expected output?
Like this:
> root at pf:~# host google.com 8.8.8.8
> Using domain server:
> Name: 8.8.8.8
> Address: 8.8.8.8#53
> Aliases:
>
> google.com has address 74.125.136.100
> google.com has address 74.125.136.113
> google.com has address 74.125.136.101
> google.com has address 74.125.136.138
>
2004 May 07
1
RPC net start
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
First, as far as I can tell, this topic hasn't been mentioned in the mailing
lists in awhile (atleast not as far as google can tell).
Is there any client/program that can send "net start" requests to windows
boxes.
The ability to start a program as a service on a windows box remotely would
obviously be very handy.
I am aware of
2003 Sep 16
1
calculation of the p value in ks.test()
Hi,
I'm working with the ks.test() function and I have also implemented
the test using Conover as the reference. My D value matches that
produced by R. However to calculate the p value I am using the code
described in Numerical Recipes in C++ (2nd Ed.) pg 631.
The p value produced by the NRC code is generally larger than that
produced by R by a factor of 10. Currently I am not in a position
2014 Jun 13
2
[PATCH] Support for ASEM UPS on Linux/i2c
As said in previous mail, I just finished a first working version of a driver
for the UPS found on ASEM PB1300 device
(http://www.asem.it/prodotti/industrial-automation/box-pcs/performance/pb1300/)
Linux only, accessed through i2c/SMBUS.
If you can spare some time, please review. Expecially my autotools skills are
ehm... a bit rusty.
--
Giuseppe Corbelli
WASP Software Engineer,
2014 Jul 07
0
[PATCH] Support for ASEM UPS on Linux/i2c
Giuseppe Corbelli <giuseppe.corbelli <at> copanitalia.com> writes:
> Nevermind, please try the one attached, just created by
>
> git diff -p 80d9534 configure.ac data/driver.list.in drivers/Makefile.am
> drivers/asem.c > asem.patch
>
> Just applied it on current master (80d9534a133da170cade150700407920450a9753)
> and seems ok.
Sorry I did not test this
2003 Sep 01
3
How to free memory used by R.
Hi,
I want to free memory used by R. The usage of rm and gc give no result. I'm
running an algorithm consuming a huge memory and I need to recover the
memory used by R between 2 call of my algorithm.
Thank you in advance for your help.
e-mail: sofiane.lariani at rdls.nestle.com
Sofiane Lariani