[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: PSPP-BUG: Bug Report from PSPP: make check
From: |
Jason Stover |
Subject: |
Re: PSPP-BUG: Bug Report from PSPP: make check |
Date: |
Tue, 16 Jan 2007 16:56:57 -0500 |
User-agent: |
Mutt/1.5.10i |
On Tue, Jan 16, 2007 at 08:22:18PM +0100, Martin Kalchgruber wrote:
> Hello,
> i was told to send you the following attached bug-report.
> 2a2
> > --
> compare head
> FAILED
I'm not sure about this one, but it looks harmless.
> 42c42
> < .99 2.00 9.21 .99 .00 .01
> ---
> > .99 2.00 9.21 .99 .01 .01
> compare output for chisq distribution
> FAILED
This one is definitely harmless. It's caused by the way different
architectures handle a particular optimization in PSPP. The values shown in
the fifth column above are rounded, but the actual values computed are
within double precision of each other (almost), i.e., the difference
is about 1e-15. The actual computed values are something like 0.0049999999999
compared to 0.005000000000001.
-Jason