|
Re: Bug in LogNormalDistribution
Albert,
Thanks. I have corrected the code on the CVS, so it
will be fixed in the next release.
Regards,
Mark
--- In jsci@y..., "a_tumanov" <a_tumanov@y...>
wrote:
> Hi,
>
> I was playing around with LognormalDistribution
class and it seemed
> to me that there is a bug in the cumulative()
method, line 50:
> instead of
>
> checkRange(X);
>
> it should be
>
> checkRange(X,0.0,Double.MAX_VALUE);
>
> as in the probability() method.
>
> Albert.
|