diff options
author | maho <maho@FreeBSD.org> | 2008-09-08 15:44:54 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2008-09-08 15:44:54 +0800 |
commit | b254eff860804b580f0291001bec98b5887ae8ee (patch) | |
tree | 8098f03c589ec89384747b294694889bab820562 /math/Makefile | |
parent | 4b77de375e67d36e282f7ec41e517d5240f15d54 (diff) | |
download | freebsd-ports-gnome-b254eff860804b580f0291001bec98b5887ae8ee.tar.gz freebsd-ports-gnome-b254eff860804b580f0291001bec98b5887ae8ee.tar.zst freebsd-ports-gnome-b254eff860804b580f0291001bec98b5887ae8ee.zip |
Add port math/octave-forge-data-smoothing
This is data-smoothing.
Algorithms for smoothing noisy data
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 b142dda82a39..b88d0c029b6f 100644 --- a/math/Makefile +++ b/math/Makefile @@ -190,6 +190,7 @@ SUBDIR += octave-forge-combinatorics SUBDIR += octave-forge-communications SUBDIR += octave-forge-control + SUBDIR += octave-forge-data-smoothing SUBDIR += octave-forge-econometrics SUBDIR += octave-forge-engine SUBDIR += octave-forge-financial |