Re: [math] Help understanding lower/upper/initialDomain in AbstractContinuousDistribution

2012-01-03 Thread Gilles Sadowski
Hello. > > > > Thanks, I was able to get it to work.  I could use 3.0 and in fact was > > looking to use it but didn't see a 3.0 snapshot in Maven, is there a > > Maven repo available receiving these snapshots? https://repository.apache.org/content/repositories/snapshots/org/apache/commons/common

Re: [math] Help understanding lower/upper/initialDomain in AbstractContinuousDistribution

2012-01-03 Thread Sébastien Brisard
> > Thanks, I was able to get it to work.  I could use 3.0 and in fact was > looking to use it but didn't see a 3.0 snapshot in Maven, is there a > Maven repo available receiving these snapshots? > > -David > You must check out the latest source from the SVN repository https://svn.apache.org/repos/

Re: [math] Help understanding lower/upper/initialDomain in AbstractContinuousDistribution

2012-01-03 Thread David Erickson
2012/1/2 Sébastien Brisard : > Hi David, > 2012/1/2 David Erickson : >> Hi all- >> I'm new to using the Math package but it looks great.  I need a couple >> distributions that aren't currently included, one as an example is the >> Generalized Extreme Value distribution >> (http://en.wikipedia.org/w

Re: [math] Help understanding lower/upper/initialDomain in AbstractContinuousDistribution

2012-01-02 Thread Sébastien Brisard
Hi David, 2012/1/2 David Erickson : > Hi all- > I'm new to using the Math package but it looks great.  I need a couple > distributions that aren't currently included, one as an example is the > Generalized Extreme Value distribution > (http://en.wikipedia.org/wiki/Generalized_extreme_value_distribu

[math] Help understanding lower/upper/initialDomain in AbstractContinuousDistribution

2012-01-02 Thread David Erickson
Hi all- I'm new to using the Math package but it looks great. I need a couple distributions that aren't currently included, one as an example is the Generalized Extreme Value distribution (http://en.wikipedia.org/wiki/Generalized_extreme_value_distribution). I've created a new class GeneralizedEx