Oops. Neglected to add new files.
authorJohn Darrington <jmd@pc-188.(none)>
Fri, 5 Sep 2008 02:04:40 +0000 (10:04 +0800)
committerJohn Darrington <jmd@pc-188.(none)>
Fri, 5 Sep 2008 02:04:40 +0000 (10:04 +0800)
commit57250685f977998fbfcb495f53e61c64026fe43e
tree03267c9852762e1502806dcc319c0a4d2277f7a6
parentb65cf0519aa1db140d30c878978f29b1e23c9cd0
Oops.  Neglected to add new files.

Actually I'm *sure* that I did do "git add" on all these,
but for whatever reason git didn't check them in.
Hopefully it's right this time.  One day I'll work out
how to use git effectively.  One day ...
14 files changed:
src/math/box-whisker.c [new file with mode: 0644]
src/math/box-whisker.h [new file with mode: 0644]
src/math/extrema.c [new file with mode: 0644]
src/math/extrema.h [new file with mode: 0644]
src/math/np.c [new file with mode: 0644]
src/math/np.h [new file with mode: 0644]
src/math/order-stats.c [new file with mode: 0644]
src/math/order-stats.h [new file with mode: 0644]
src/math/statistic.h [new file with mode: 0644]
src/math/trimmed-mean.c [new file with mode: 0644]
src/math/trimmed-mean.h [new file with mode: 0644]
src/math/tukey-hinges.c [new file with mode: 0644]
src/math/tukey-hinges.h [new file with mode: 0644]
tests/bugs/examine-crash.sh [new file with mode: 0755]