Implement some more transformation functions using code from Jason
authorBen Pfaff <blp@gnu.org>
Wed, 9 Mar 2005 18:02:15 +0000 (18:02 +0000)
committerBen Pfaff <blp@gnu.org>
Wed, 9 Mar 2005 18:02:15 +0000 (18:02 +0000)
commite6645d1e3d026dfdcadd1e63a6d6445823c92fa2
tree4bbaffb777285df9d7e04a74b4f7a077d0e83638
parentff53b08a2cc1fe44e7aea8be07be3144e3d424f9
Implement some more transformation functions using code from Jason
Stover.  Thanks Jason!
20 files changed:
configure.ac
lib/ChangeLog
lib/Makefile.am
lib/gsl-extras/Makefile.am [new file with mode: 0644]
lib/gsl-extras/betadistinv.c [new file with mode: 0644]
lib/gsl-extras/binomial.c [new file with mode: 0644]
lib/gsl-extras/geometric.c [new file with mode: 0644]
lib/gsl-extras/gsl-extras.h [new file with mode: 0644]
lib/gsl-extras/hypergeometric.c [new file with mode: 0644]
lib/gsl-extras/negbinom.c [new file with mode: 0644]
lib/gsl-extras/poisson.c [new file with mode: 0644]
po/en_GB.po
po/pspp.pot
src/ChangeLog
src/Makefile.am
src/expressions/helpers.c
src/expressions/helpers.h
src/expressions/operations.def
tests/expressions/randist/beta.out
tests/expressions/randist/f.out