Displaying 4 results from an estimated 4 matches for "agonise".
2006 Aug 23
5
negatively skewed data; reflecting
Hi,
This problem may be very easy, but I can't think of how to do it. I have constructed histograms of various variables in my dataset. Some of them are negatively skewed, and hence need data transformations applied. I know that you first need to reflect the negatively skewed data and then apply another transformation such as log, square root etc to bring it towards normailty. How is it
2020 Jun 09
2
Implementing a VTable in LLVM
Hi all,
I’ve been working on a Java-esque object-oriented language Bolt that targets LLVM IR. I’m agonisingly close to getting a virtual table working, and was hoping one of you could point out the gap in my understanding. I’ve linked the C++ code snippets relevant to the vtable below.
Example IR generated (partially displayed below):
2007 Aug 08
3
Subject: Re: how to include bar values in a barplot?
...this only to the following extent:
Tables allow *only* the look-up of values.
Graphs (modulo the capacity of the eye/brain to more or less precisely
judge relative magnitudes) only allow a "good overview".
I would not agree that these are their exclusive roles.
The role of Hamlet is to agonise over revenge for his father's death.
The role of Ophelia is to embody the "love interest" in the play.
This does not imply that there should be parallel performances of
"Hamlet" on two different stages, with the audience trooping from
one to the other according to which ch...
2008 Dec 02
11
Any plans for Before-feature or Before-all steps in Cucumber?
Hi
The code I''m working on now is a server daemon that talks to Twitter,
an RSS feed, and some web pages. I''ve got mock implementations of
Twitter and the web stuff, which I start and stop with
daemon_controller[1]. I do all the setup in a Before block, but this
makes the feature runs agonisingly slow due to the time waiting for
everything to restart. I''m