Re: [MATH] Test failure in Continuum

2012-08-20 Thread Phil Steitz
On 8/7/12 9:36 AM, Phil Steitz wrote: > On 8/6/12 11:16 PM, Dennis Hendriks wrote: >> See below. >> >> On 08/06/2012 05:29 PM, Phil Steitz wrote: >>> >>> >>> >>> On Aug 6, 2012, at 6:06 AM, Dennis Hendriks >>> wrote: >>> See below. Dennis On 08/06/2012 02:48 PM, Phil

Re: [MATH] Test failure in Continuum

2012-08-07 Thread Phil Steitz
On 8/6/12 11:16 PM, Dennis Hendriks wrote: > See below. > > On 08/06/2012 05:29 PM, Phil Steitz wrote: >> >> >> >> >> On Aug 6, 2012, at 6:06 AM, Dennis Hendriks >> wrote: >> >>> See below. >>> >>> Dennis >>> >>> >>> On 08/06/2012 02:48 PM, Phil Steitz wrote: On Aug 5, 201

Re: [MATH] Test failure in Continuum

2012-08-06 Thread Dennis Hendriks
See below. On 08/06/2012 05:29 PM, Phil Steitz wrote: On Aug 6, 2012, at 6:06 AM, Dennis Hendriks wrote: See below. Dennis On 08/06/2012 02:48 PM, Phil Steitz wrote: On Aug 5, 2012, at 11:21 PM, Dennis Hendriks wrote: See below. On 08/06/2012 12:49 AM, Gilles Sadowski wrote:

Fwd: Re: [MATH] Test failure in Continuum

2012-08-06 Thread Dennis Hendriks
Forward to commons-dev, as the reply was (accidentally?) only sent to me... Dennis Original Message Subject: Re: [MATH] Test failure in Continuum Date: Mon, 6 Aug 2012 17:29:59 +0200 From: Phil Steitz To: Hendriks, D. On Aug 6, 2012, at 6:06 AM, Dennis Hendriks wrote

Re: [MATH] Test failure in Continuum

2012-08-06 Thread Phil Steitz
On 8/6/12 2:28 PM, Gilles Sadowski wrote: > On Mon, Aug 06, 2012 at 12:44:24PM -0700, Phil Steitz wrote: >> On 8/6/12 11:41 AM, Gilles Sadowski wrote: > [...] >>> The RandomData class (or whatever it would be called) does indeed seem >>> useful. If we plan to keep it, we should probabl

Re: [MATH] Test failure in Continuum

2012-08-06 Thread Gilles Sadowski
On Mon, Aug 06, 2012 at 12:44:24PM -0700, Phil Steitz wrote: > On 8/6/12 11:41 AM, Gilles Sadowski wrote: > >>> [...] > > The RandomData class (or whatever it would be called) does indeed seem > > useful. If we plan to keep it, we should probably make sure that there > > is a sample/n

Re: [MATH] Test failure in Continuum

2012-08-06 Thread Phil Steitz
On 8/6/12 11:41 AM, Gilles Sadowski wrote: >>> [...] > The RandomData class (or whatever it would be called) does indeed seem > useful. If we plan to keep it, we should probably make sure that there is > a sample/next/... method in that class for EVERY distribution, as some of >

Re: [MATH] Test failure in Continuum

2012-08-06 Thread Gilles Sadowski
> > [...] > >>> > >>> The RandomData class (or whatever it would be called) does indeed seem > >>> useful. If we plan to keep it, we should probably make sure that there is > >>> a sample/next/... method in that class for EVERY distribution, as some of > >>> them are missing, if I remember corr

Re: [MATH] Test failure in Continuum

2012-08-06 Thread Phil Steitz
On Aug 6, 2012, at 6:08 AM, Gilles Sadowski wrote: > On Mon, Aug 06, 2012 at 05:48:14AM -0700, Phil Steitz wrote: >> >> >> >> >> On Aug 5, 2012, at 11:21 PM, Dennis Hendriks wrote: >> >>> See below. >>> >>> On 08/06/2012 12:49 AM, Gilles Sadowski wrote: On Sun, Aug 05, 2012 at 12

Re: [MATH] Test failure in Continuum

2012-08-06 Thread Gilles Sadowski
On Mon, Aug 06, 2012 at 05:48:14AM -0700, Phil Steitz wrote: > > > > > On Aug 5, 2012, at 11:21 PM, Dennis Hendriks wrote: > > > See below. > > > > On 08/06/2012 12:49 AM, Gilles Sadowski wrote: > >> On Sun, Aug 05, 2012 at 12:54:11PM -0700, Phil Steitz wrote: > >>> On 8/4/12 10:57 AM, Gille

Re: [MATH] Test failure in Continuum

2012-08-06 Thread Dennis Hendriks
See below. Dennis On 08/06/2012 02:48 PM, Phil Steitz wrote: On Aug 5, 2012, at 11:21 PM, Dennis Hendriks wrote: See below. On 08/06/2012 12:49 AM, Gilles Sadowski wrote: On Sun, Aug 05, 2012 at 12:54:11PM -0700, Phil Steitz wrote: On 8/4/12 10:57 AM, Gilles Sadowski wrote: Hello.

Re: [MATH] Test failure in Continuum

2012-08-06 Thread Phil Steitz
On Aug 5, 2012, at 11:21 PM, Dennis Hendriks wrote: > See below. > > On 08/06/2012 12:49 AM, Gilles Sadowski wrote: >> On Sun, Aug 05, 2012 at 12:54:11PM -0700, Phil Steitz wrote: >>> On 8/4/12 10:57 AM, Gilles Sadowski wrote: Hello. Referring to this failed test (cf. message

Re: [MATH] Test failure in Continuum

2012-08-05 Thread Dennis Hendriks
See below. On 08/06/2012 12:49 AM, Gilles Sadowski wrote: On Sun, Aug 05, 2012 at 12:54:11PM -0700, Phil Steitz wrote: On 8/4/12 10:57 AM, Gilles Sadowski wrote: Hello. Referring to this failed test (cf. messages from Continuum): ---CUT--- org.apache.commons.math3.exception.NumberIsTooLargeEx

Re: [MATH] Test failure in Continuum

2012-08-05 Thread Dennis Hendriks
> What could be done is > 1. create a static method in the distribution class > 2. have the "sample()" method call that one +1. I like that the sample implementation for a distribution is in the actual distribution class. Denis On 08/06/2012 02:30 AM, Gilles Sadowski wrote: [...] The origin

Re: [MATH] Test failure in Continuum

2012-08-05 Thread Phil Steitz
On 8/5/12 5:30 PM, Gilles Sadowski wrote: [...] The original code above illustrates the convenience of being able to just make direct calls to randomData.nextXxx, which is why this class exists ;) >>> As I wrote in another post, I'm not against the convenience methods. But >>> I

Re: [MATH] Test failure in Continuum

2012-08-05 Thread Gilles Sadowski
> >> [...] > >> The original code above illustrates the convenience of being able to > >> just make direct calls to randomData.nextXxx, which is why this > >> class exists ;) > > As I wrote in another post, I'm not against the convenience methods. But > > IMO, they should be located in a new "Distr

Re: [MATH] Test failure in Continuum

2012-08-05 Thread Phil Steitz
On 8/5/12 3:49 PM, Gilles Sadowski wrote: > On Sun, Aug 05, 2012 at 12:54:11PM -0700, Phil Steitz wrote: >> On 8/4/12 10:57 AM, Gilles Sadowski wrote: >>> Hello. >>> >>> Referring to this failed test (cf. messages from Continuum): >>> ---CUT--- >>> org.apache.commons.math3.exception.NumberIsTooLarg

Re: [MATH] Test failure in Continuum

2012-08-05 Thread Gilles Sadowski
On Sun, Aug 05, 2012 at 12:54:11PM -0700, Phil Steitz wrote: > On 8/4/12 10:57 AM, Gilles Sadowski wrote: > > Hello. > > > > Referring to this failed test (cf. messages from Continuum): > > ---CUT--- > > org.apache.commons.math3.exception.NumberIsTooLargeException: lower bound > > (65) must be str

Re: [MATH] Test failure in Continuum

2012-08-05 Thread Phil Steitz
On 8/4/12 10:57 AM, Gilles Sadowski wrote: > Hello. > > Referring to this failed test (cf. messages from Continuum): > ---CUT--- > org.apache.commons.math3.exception.NumberIsTooLargeException: lower bound > (65) must be strictly less than upper bound (65) > at > org.apache.commons.math3.dis

[MATH] Test failure in Continuum

2012-08-04 Thread Gilles Sadowski
Hello. Referring to this failed test (cf. messages from Continuum): ---CUT--- org.apache.commons.math3.exception.NumberIsTooLargeException: lower bound (65) must be strictly less than upper bound (65) at org.apache.commons.math3.distribution.UniformIntegerDistribution.(UniformIntegerDist