similar to: [plyr] Moving average filter with plyr

Displaying 12 results from an estimated 12 matches similar to: "[plyr] Moving average filter with plyr"

2005 Apr 27
6
Redirect two channels to each other?
I've been scratching my head trying to think of a way to do this, but without success yet. I'm using the Manager API. If I have two channels linked to each other (i.e. direct connection), or even if they are independent channels, I can transfer them both to the same extension by using Action: Redirect and using Channel: for one and ExtraChannel: for the other. This is most useful for
2009 Nov 30
3
Specifying sub-filters
Hello everyone. I have been looking at the filtering on Mapstraction and realized that it does not allow for sub-filters. I have modified the applyFilter function to accommodate sub filters. for example if I wanted to filter all houses that are blue and green and also all warehouses irrespective of color now I can use map.addFilter(''Type'', ''eq'', { pFilter:
2005 Feb 16
1
[patch] fix libpri problem in Q931_INFORMATION handling
Hi there, I tried to use Voicemail from a PRI interface but it didn't work because pressing a key on the ISDN phone just caused Q931_IE_KEYPAD_FACILITY messages which are normally handled by a bri-stuffed libpri. Unfortunately a wrong if condition stops keypad messages from being passed to the channel driver. The patch attached to this mail removes the 2 lines from the code. Did I
2013 Jan 31
1
Installing RHEL On Laptop.....
Not sure if this is the right place to come to, but I don't have "RHN" support.....I'm hoping someone can help me out here. I have downloaded the RHEL .ios file and burned it to DVD/CD, my laptop is primed to Boot From CD/ROM Drive, I start the installation using the semi-graphical interface, and the first few options are a breeze, then it gets to identifying the CD drive
2009 Jul 20
0
No subject
might be your best bet to get the information you want. I'd look at voip-info.org for information. _____ From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Olivier Sent: Wednesday, September 16, 2009 9:20 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] How to list ongoing calls
2011 Feb 15
4
Variable length datafile import problem
Dear all, I am stuck the reading of a file which has 100s of rows and variable column counts. The tab-limited data file looks something like: Some_Text 1 3 123 1534 -119 1010 178 Some_Taxt 1 3 133 1434 -219 1010 178 Some_Tsxt 1 3 244 1334 -319 1010 178 Some_Tfxt 1 3 153 1234 -419 1010 178 Some_Trxt 1
2008 Sep 29
3
Knowing incoming call technology and channel [SOLVED]
2008/9/29 Alex Balashov <abalashov at evaristesys.com> > Try this: > > exten => _XXXX,1,Set(THISTECH=${CUT(CHANNEL,/,1)}) > exten => _XXXX,n,NoOp(Technology is ${THISTECH}) > exten => _XXXX,n,Set(THISCHANNEL=${CUT(CHANNEL,/,2)}) > exten => _XXXX,n,NoOp(Channel is ${THISCHANNEL}) Hi, I don't have any spare zaptel enabled system I could try this on, but I
2012 Aug 08
3
Outer product from matrix by row and a vector
Dear all, I am facing a challenge when applying the outer product with a matrix by rows. What I have is a rather big matrix, which I would like to convert into a different matrix by doing something like outer(matrix_row, vector, function(x,y) x[1]+5*x[4]/y) In order to get there, I tried to get the matrix into a list using the mefa package, as subsetting the original data appears too
2011 Feb 17
0
Fw: RE: Variable length datafile import problem
--- On Thu, 2/17/11, John Kane <jrkrideau at yahoo.ca> wrote: > From: John Kane <jrkrideau at yahoo.ca> > Subject: RE: [R] Variable length datafile import problem > To: "Ingo Reinhold" <ingor at kth.se> > Received: Thursday, February 17, 2011, 5:54 AM > Generally most of the gurus are in > this list.? Hopefully someone will take an interest in >
2001 Dec 14
2
colSums in C
Hi, all! My project today is to write a speedy colSums(), which is a function available in S-Plus to add the columns of a matrix. Here are 4 ways to do it, with the time it took (elapsed, best of 3 trials) in both R and S-Plus: m <- matrix(1, 400, 40000) x1 <- apply(m, 2, sum) ## R=16.55 S=52.39 x2 <- as.vector(rep(1,nrow(m)) %*% m) ## R= 2.39 S= 8.52 x3 <-
2007 Nov 27
0
12 commits - libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_strings.c libswfdec/swfdec_loader.c libswfdec/swfdec_loader_internal.h libswfdec/swfdec_load_object_as.c libswfdec/swfdec_load_object.c libswfdec/swfdec_load_object.h
libswfdec/swfdec_as_interpret.c | 3 libswfdec/swfdec_as_strings.c | 14 libswfdec/swfdec_load_object.c | 178 +--- libswfdec/swfdec_load_object.h | 21 libswfdec/swfdec_load_object_as.c | 71 + libswfdec/swfdec_loader.c | 75 +
2013 Mar 05
1
Generating 1-bit and 8-bit BMP files using R
Hi, I'm trying to use the data which I generate within R to make images in .bmp format to be lateron printed by a printer. My first thought was the RImageJ package, but this seems to be discontinued. What I am currently doing is generating a matrix of grey values, which needs to be parsed into the right image format. Is anyone aware of a package or rather "easy" way to generate