Rework moments routines for improved numerical stability based on
authorBen Pfaff <blp@gnu.org>
Sun, 11 Apr 2004 21:32:00 +0000 (21:32 +0000)
committerBen Pfaff <blp@gnu.org>
Sun, 11 Apr 2004 21:32:00 +0000 (21:32 +0000)
commitbf6d99567a762b20bee4bb71147b6387c986bb90
tree86be86203b0080fcbaf0ad1ba9355e259737e071
parent2133a4941da5c903fe08c0961959e89b7d5f7321
Rework moments routines for improved numerical stability based on
Michael Kiefte's advice.  Any bugs or remaining numerical problems are
still mine though.

There is now a struct moments1 for use with one-pass moments.  It uses
a provisional means algorithm as an attempt to improve accuracy of
higher moments.  The older struct moments now only handles two-pass
moments.
src/ChangeLog
src/Makefile.am
src/aggregate.c
src/debug.c [deleted file]
src/descript.c
src/moments.c
src/moments.h
tests/ChangeLog
tests/stats/moments.sh