search for: profits

Displaying 20 results from an estimated 2280 matches for "profits".

2013 Sep 14
2
the problem of buying and selling
I own a lot to the folks on r-help list, especially arun who answered every of my question and was never wrong. I am disinclined to once again ask this question, since it is more arithmatic than technical. But, having worked 2 days on it, I realized my brain is just not juicy enough.... Here is the problem. Trust not for freedom to the Franks--- They have a king who buys and sells. -
2011 Sep 19
1
Binary optimization problem in R
...s a certain profit value and this profit depends on the type of group the item is in. My problem is to allocate the items into groups so the overall profit is maximized while respecting the fixed size of each group. Take the following example with 20 items (n=5) and 5 groups (m=5): set.seed(1) profits <- matrix(runif(100), nrow=20) size<-c(2,3,4,5,6) The matrix "profits" describes the profit of each item when it is allocated to a certain group. For example, when item 1 is allocated to group 1 it generates a profit of 0.26550866. However, when item 1 is allocated to group 2 it...
2012 Feb 14
1
txtStart creates a NULL file
...;HSAUR") library(HSAUR) library(TeachingDemos) data("Forbes2000", package="HSAUR") #This is a test of R output for the blind txtStart('test.txt', commands=TRUE, results=TRUE) txtComment('This command provides the mean profit in the data set') mean(Forbes2000$profits, na.rm=TRUE) txtComment('This command provides the standard deviation of the profits data set') sd(Forbes2000$profits, na.rm=TRUE) txtComment('This command provides the average profit by country') aggregate(Forbes2000$profits, by=list(Forbes2000$country), function(x) mean(x, na.rm=T...
2012 Jun 19
1
Profit calculation
Dear guRus Say I have a price vector, P which is P = c(20,50,40,50) for four consecutive days. My initial equity is say $100 and I re-invest the profits made in each transaction so my equity curve increases. If I go Long on day 1, short and short on day 2, long and long on day 3 and finally short on day 4, how do I calculate the total profits using R? Basically I stay invested at all times. I have simplified a larger problem by giving a small exa...
2018 Nov 16
2
[RFC] Tablegen-erated GlobalISel Combine Rules
Hi Daniel, I finally read the proposal. I have a couple of comments that re-enforce what I was thinking initially: it is too early IMHO to develop a full tablegen backend for this. I believe we still miss ways to represent things that matters (see my comments below) and I am afraid we still don't know all that needs to be represented. > It can reach across basic blocks when it's safe
2015 Feb 26
4
[LLVMdev] [RFC] AArch64: Should we disable GlobalMerge?
Hi Ahmed, Did you run these experiments on a platform with a linker that makes use of the AArch64CollectLOH-pass-produced information? I'm guessing that the AArch64CollectLOH-pass information and a linker that makes use of that information could affect the profitability of the GlobalMerge pass? Thanks, Kristof > -----Original Message----- > From: llvmdev-bounces at cs.uiuc.edu
2007 Aug 31
2
Microsoft RTAudio
...t". Non-profit is a tax term meant to gain subsidy from governments in the form of tax exemption. And we taxpayers pay for that subsidy. No, Speex is not a Communist "plot", as you sardonically put it. It is simply socialistically funded. An organization declares that it has no profits by completely distributing any revenues to its members and paying for services to its suppliers. Now I don't claim to know anything about Xiph's accounting, but we do know that it has expenses that must be covered. * Now let's deal with who pays for Open Source because it is ce...
2005 Dec 22
3
help with unless
Hi, I need a fresh set of eyes to look at this bit of controller code and tell me why I might be getting an error message: lookup = Profit.find(:all, :conditions => [ "user_id = ? AND product_id = ?", uid, pid]) unless lookup.empty? if (lookup.updated_on > 360.minutes.ago) return end end If lookup is empty, then I
2009 Aug 31
2
Can xen pv drivers take profit from this ?
Hello, some have maybe heard of the GPL dirvers for KVM. See: http://www.techworld.com.au/article/316219/red_hat_open_sources_windows_virtualisation_drivers Is there any profit that Xen can get from this ? Matthieu. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2009 Jul 03
2
Simple one
Just a quickly beginner's question. I wanna find the mean only from the values from a column related to specific values from another one. Like, theres a 'region' column, i want the mean of the value on 'profit' column only from "south" sells from 'region' column -- View this message in context: http://www.nabble.com/Simple-one-tp24329691p24329691.html Sent
2004 Jan 12
0
Turning a profit (WAS: More words for Allis on)
> -----Original Message----- > From: Jared Smith [mailto:jsmith@drgutah.com] > Sent: Monday, 12 January, 2004 10:41 > To: asterisk-users@lists.digium.com > Subject: [Asterisk-Users] Turning a profit (WAS: More words > for Allison) > > > On Mon, 2004-01-12 at 04:49, Alastair Maw wrote: > > Hmmm... I think John's turning a profit... :) > > That was my
2005 Oct 18
3
Legal issues for non-profit radio stations.
Hi All, Some time ago I emailed this list and mentioned (as well as a couple of techinical queries) that I was trying to contact the PRS for information on the copyright licencing requirements of a non-profit on-line radio station, a few people expressed interest in this and asked I keep them updated. Well I just sent my third email (transcript below) informing them that I will assume a further
2007 Aug 31
0
Microsoft RTAudio
B. Mitchell Loebel wrote: Firstly when you talk about the main Speex developer, you should call him his proper name "Jean-Marc" rather than "Jean". > I now choose to probably not use the product > because I choose not to support anti free market thinking. Choice is good. > * Free Market is not an American Capitalist > "buzz word" as you
2014 Dec 11
2
[LLVMdev] Vectorization factor limitation in Loop Vectorizer
Hi Nadav/Devs I am exploring Loop Vectorizer to vectorize i8 scalar operations into 8xi8 vector operation. I was expecting the Loop Vectorizer to analyze the profitability for vectorization factor(VF) of 8, However it is not doing so due to the widest type calculation done for the blocks inside the loop. May be I am missing something, however, I am curious to know why Loop Vectorizer limits the
2010 Jun 22
1
which model suits for these kind of data
Hi , please help me which model is helpful for forecasting giving following inputs (inputs are not linear) sales date shopnuber total 20%profit 10%profit 2009-10-03 1 41891 2863 39028 2009-10-04 1 49152 7588 41564 2009-10-05 1 45804 23543 22261 2009-10-06 1 48395 48371 24 2009-10-07 1 48906 20204 28702 2009-10-08 1 47003 19442 27561 2009-10-09 1 46296 21635 24661 2009-10-10 1
2015 Feb 27
0
[LLVMdev] [RFC] AArch64: Should we disable GlobalMerge?
On Thu, Feb 26, 2015 at 2:33 AM, Kristof Beyls <kristof.beyls at arm.com> wrote: > > Hi Ahmed, > > Did you run these experiments on a platform with a linker that makes > use of the AArch64CollectLOH-pass-produced information? As Jim says, I'm on iOS, so yes. However, I'm mostly running tests with the pass disabled. > > I'm guessing that the
2015 Feb 27
2
[LLVMdev] [RFC] AArch64: Should we disable GlobalMerge?
On Fri, Feb 27, 2015 at 1:38 PM Ahmed Bougacha <ahmed.bougacha at gmail.com> wrote: > On Thu, Feb 26, 2015 at 2:33 AM, Kristof Beyls <kristof.beyls at arm.com> > wrote: > > > > Hi Ahmed, > > > > Did you run these experiments on a platform with a linker that makes > > use of the AArch64CollectLOH-pass-produced information? > > As Jim says,
2017 Feb 27
4
[Proposal][RFC] Epilog loop vectorization
Thanks for looking into this. 1) Issues with re running vectorizer: Vectorizer might generate redundant alias checks while vectorizing epilog loop. Redundant alias checks are expensive, we like to reuse the results of already computed alias checks. With metadata we can limit the width of epilog loop, but not sure about reusing alias check result. Any thoughts on rerunning vectorizer with reusing
2005 Oct 18
0
Legal issues for non-profit radio stations.
hi Michael Hobbs wrote: > Hi All, > > Some time ago I emailed this list and mentioned (as well as a couple of > techinical queries) that I was trying to contact the PRS for information > on the copyright licencing requirements of a non-profit on-line radio > station, a few people expressed interest in this and asked I keep them > updated. Well I just sent my third email
2006 Jun 27
0
Volunteer RoR help for a non-profit? (point2good.org)
Not sure if this is the right place to ask the question, but it''s a good place to start. I am running Point2Good, a non-profit website built on RoR. P2G raises money for charity by using Google Adwords for Search. Version 1.0 was written by me, not a professional coder. I''m sure there are many things I have done wrong or could have done better/differently. I''m