diff options
author | nbm <nbm@FreeBSD.org> | 2001-01-03 17:35:25 +0800 |
---|---|---|
committer | nbm <nbm@FreeBSD.org> | 2001-01-03 17:35:25 +0800 |
commit | 4e6c93150e080dce4708dcf219920a4e15b9cbc5 (patch) | |
tree | 59e7d4fbd3820250373500b1546dd43020405c36 /math/Makefile | |
parent | c5712736d4a4ce5e2ccebfb1a251859a717c3fc4 (diff) | |
download | freebsd-ports-gnome-4e6c93150e080dce4708dcf219920a4e15b9cbc5.tar.gz freebsd-ports-gnome-4e6c93150e080dce4708dcf219920a4e15b9cbc5.tar.zst freebsd-ports-gnome-4e6c93150e080dce4708dcf219920a4e15b9cbc5.zip |
Add p5-Statistics-ChiSquare, answering how random your data is.
PR: 23995
Submitted by: Anton Berezin <tobez@tobez.org>
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 554b44619c75..5511f7c59989 100644 --- a/math/Makefile +++ b/math/Makefile @@ -50,6 +50,7 @@ SUBDIR += p5-Math-Logic SUBDIR += p5-MatrixReal SUBDIR += p5-Set-IntSpan + SUBDIR += p5-Statistics-ChiSquare SUBDIR += pari SUBDIR += parmetis SUBDIR += physcalc |