diff options
author | maho <maho@FreeBSD.org> | 2008-09-08 13:21:08 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2008-09-08 13:21:08 +0800 |
commit | 6d531a983e85cdef1da5badeb778c1b01523cac8 (patch) | |
tree | cb2bb3af3832813fa939e0c7fc8b9fd70aae7209 /math/Makefile | |
parent | ddba2cda0c146c28fea95a9ef276eab612ccc32e (diff) | |
download | freebsd-ports-gnome-6d531a983e85cdef1da5badeb778c1b01523cac8.tar.gz freebsd-ports-gnome-6d531a983e85cdef1da5badeb778c1b01523cac8.tar.zst freebsd-ports-gnome-6d531a983e85cdef1da5badeb778c1b01523cac8.zip |
Add port math/octave-forge-outliers
This is outliers.
Grubbs, Dixon and Cochran tests for outlier detection
and p-value approximating routines
The octave-forge package is the result of The GNU Octave Repositry project,
which is intended to be a central location for custom scripts, functions and
extensions for GNU Octave. contains the source for all the functions plus
build and install scripts.
PR: 127030
Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
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 bd9e23f4f820..4b238bcb0b1e 100644 --- a/math/Makefile +++ b/math/Makefile @@ -213,6 +213,7 @@ SUBDIR += octave-forge-octgpr SUBDIR += octave-forge-odebvp SUBDIR += octave-forge-odepkg + SUBDIR += octave-forge-outliers SUBDIR += octave-forge-parallel SUBDIR += oleo SUBDIR += orpie |