search for: aggreat

Displaying 13 results from an estimated 13 matches for "aggreat".

Did you mean: aggreate
2010 May 17
1
Isn't aggreate.zoo supposed to work with POSIXct (zoo/TTR/xts issue)?
library(xts) library(TTR) ndx = getYahooData("^NDX") aa = ndx$Close bb = aggregate(aa, as.yearweek, tail, 1) The last operation takes forever, and then the bb dates are messed up. The following produces the desired result: time(aa) = as.Date(time(aa)) bb = aggregate(aa, as.yearweek, tail, 1) The index of ndx and aa is of POSIXct (as reported by is(time(ndx))) , which apparently
2015 Aug 20
2
[RFC] Aggreate load/store, proposed plan
It is pretty clear people need this. Let's get this moving. I'll try to sum up the point that have been made and I'll try to address them carefully. 1/ There is no good solution for large aggregates. That is true. However, I don't think this is a reason to not address smaller aggregates, as they appear to be needed. Realistically, the proportion of aggregates that are very large
2015 Aug 21
3
[RFC] Aggreate load/store, proposed plan
...quot; <deadalnix at gmail.com> > To: "Hal Finkel" <hfinkel at anl.gov> > Cc: "Mehdi Amini" <mehdi.amini at apple.com>, "llvm-dev" <llvm-dev at lists.llvm.org> > Sent: Friday, August 21, 2015 1:24:04 AM > Subject: Re: [llvm-dev] [RFC] Aggreate load/store, proposed plan > > I've done some investigation. The proposed approach seems to work > well on struct with no padding, but the optimizer gets confused when > the struct has some. That's a bummer but that is already improving > things, so I'd rather have that...
2015 Aug 20
2
[RFC] Aggreate load/store, proposed plan
...ot; <deadalnix at gmail.com> > To: "Hal Finkel" <hfinkel at anl.gov> > Cc: "Mehdi Amini" <mehdi.amini at apple.com>, "llvm-dev" <llvm-dev at lists.llvm.org> > Sent: Thursday, August 20, 2015 4:09:17 PM > Subject: Re: [llvm-dev] [RFC] Aggreate load/store, proposed plan > > Problem : > > Many languages define aggregates and some way to manipulate them. > LLVM define aggregates types (arrays and structs) to handle them. > However, when aggregate are loaded or stored, LLVM will simply > ignore these up to the legaliz...
2015 Aug 20
3
[RFC] Aggreate load/store, proposed plan
...---- > From: "Mehdi Amini via llvm-dev" <llvm-dev at lists.llvm.org> > To: "deadal nix" <deadalnix at gmail.com> > Cc: "llvm-dev" <llvm-dev at lists.llvm.org> > Sent: Wednesday, August 19, 2015 7:24:28 PM > Subject: Re: [llvm-dev] [RFC] Aggreate load/store, proposed plan > > Hi, > > To be sure, because the RFC below is not detailed and assume everyone > knows about all the emails from 10 months ago, I agree. The RFC needs to summarize the problems and the potential solutions. > is there more to do > than what is p...
2010 Feb 18
1
aggregate by column names
...3Q1_2000065 0.2009 C1 10 MOD13Q1_2000065 0.2035 A2 11 MOD13Q1_2000065 0.2157 B2 12 MOD13Q1_2000065 0.2157 C2 13 MOD13Q1_2000081 0.1997 A1 14 MOD13Q1_2000081 0.2060 B1 15 MOD13Q1_2000081 0.2140 C1 16 MOD13Q1_2000081 0.1997 A2 17 MOD13Q1_2000081 0.2099 B2 18 MOD13Q1_2000081 0.2099 C2 Can I aggreate the data$V5 by the column "V6"? Like this: A1 A2 B1 B2 C1 C2 MOD13Q1_2000049 0.1723 0.1774 0.1824 0.1953 0.1824 0.1824 MOD13Q1_2000065 0.1921 0.2035 0.1938 0.2157 0.2009 0.2157 MOD13Q1_2000081 0.1997 0.1997 0.206 0.2099 0.214 0.2099 Thanks, Alfredo
2006 Jun 30
2
aggregate data.frame by one column
...112007 2 7 7 7 2 2 112 112007 2 6 6 6 1 2 112 112007 2 7 6 6 2 2 111 111008 2 4 1 3 1 4 111 111008 2 3 1 5 3 2 This is only a small part of the whole data. "PARTNO" is a digit variable and I want to use it as a group variable to aggreate other variables. What I want to get looks like this: IND PARTNO NUM VC1 EO1 EO2 EO3 EO4 EO5 114 114001 3 2 4.3 4 4 4.5 4 112 112002 2 2 2 2 4.5 3 5 112 112003 3 2 5.7 6.3 6 5 5.7 114 114004 3 2 3.5 3 3.5 3 3 113 113005 2 2 6 6 5 6.5 5.5 111 111006...
2007 Jan 16
0
Web Service/RSS bus
Hi: I am wondering if there are any such application exist in rails or ruby landscape? http://www.rssbus.com/ RSSbus in short a service bus for aggreating RSS feeds, web services what not... instead of doing per service integration the bus takes care of all the RSS/web service connections and provide a unfied feed to your app? I googled but found more PHP and .Net and Java stuff not ruby anyone knows of any such apps? All the best and thanks for...
2018 Jun 07
1
2.3.1 Replication is throwing scary errors
...ed via the other master due to MX priorities). Conclusion: After 12 hours of running a patched FBSD port I do get those error messages but replictaion seems to work now. But, I still have the feeling that there might something else going wrong. @Timo: Wouldn't it be worth to add replicator/aggreator error messages to head like Aki sent to Remko? That might add some light into replication issues today and in the future. Regards, Michael
2009 Oct 30
2
[LLVMdev] llvm-gcc-4.2 RELEASE_26 bootstrap failure on Solaris/SPARC - unhandled REAL_TYPE during compilation of '__powitf2'
...REE_TYPE(type), ScalarElts); C.ExitField(); } + } else if (TREE_CODE(type) == REAL_TYPE) { + fprintf(stderr,"unhandled REAL_TYPE!\n"); + assert(0 && "unhandled REAL_TYPE!"); + abort(); } else { + fprintf(stderr,"unknown aggreate type %d\n",TREE_CODE(type)); assert(0 && "unknown aggregate type!"); abort(); } Note that at first, I only inserted the last fprintf to get a better understanding what's going wrong and found out that TREE_CODE(type) has value 9 which matches REAL...
2018 Jun 07
4
2.3.1 Replication is throwing scary errors
Still not quite right for me. Jun 7 15:11:33 thunderstorm.reub.net dovecot: doveadm: Error: dsync(lightning.reub.net): I/O has stalled, no activity for 600 seconds (last sent=mail, last recv=mail (EOL)) Jun 7 15:11:33 thunderstorm.reub.net dovecot: doveadm: Error: Timeout during state=sync_mails (send=mails recv=recv_last_common) I'm not sure if there is an underlying replication error
2017 Jun 09
1
[ANNOUNCE] intel-gpu-tools 1.19
...threads gem_wsim: Move seqno allocation and query into helpers gem_wsim: Move seqno status page access to helpers gem_wsim: Add global balancing mode media-bench.pl: Add global balancing mode trace.pl: Add aggregate GPU idle/busy stat trace.pl: Option to draw the aggreate GPU busy timeline media-bench.pl: Add option to specify workloads directly media-bench.pl: Support GPU aggregate idle stats media-bench.pl: More tweak to saturation point finding igt: Fix detection of missing flex gem_wsim: Added missing -H help text gem_wsim: A...
2012 Sep 13
6
[newbie] aggregating table() results and simplifying code with loop
Dear all, I'm looking for primary help at aggregating table() results and at writing a loop (if useful) My dataset ( http://goo.gl/gEPKW ) is composed of 23k rows, each one representing a point in the space of which we know the land cover over 10 years (column y01 to y10). I need to analyse it with a temporal sliding window of 5 years (y01 to y05, y02 to y06 and so forth) For each period