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.