diff options
author | maho <maho@FreeBSD.org> | 2008-09-08 12:00:50 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2008-09-08 12:00:50 +0800 |
commit | dcb737985b7c359373cec4b3b453a0c41dfa6407 (patch) | |
tree | 8ad36193bf7cb7c68276626818bb3ede7477e2fb /math/Makefile | |
parent | 18a960d76f9da9923123504bba0ae2112baaa798 (diff) | |
download | freebsd-ports-gnome-dcb737985b7c359373cec4b3b453a0c41dfa6407.tar.gz freebsd-ports-gnome-dcb737985b7c359373cec4b3b453a0c41dfa6407.tar.zst freebsd-ports-gnome-dcb737985b7c359373cec4b3b453a0c41dfa6407.zip |
Add port math/octave-forge-econometrics
This is econometrics.
Econometrics functions including MLE and GMM based techniques.
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 c7b36214f767..09a63db12cf8 100644 --- a/math/Makefile +++ b/math/Makefile @@ -188,6 +188,7 @@ SUBDIR += octave-forge-bioinfo SUBDIR += octave-forge-civil-engineering SUBDIR += octave-forge-combinatorics + SUBDIR += octave-forge-econometrics SUBDIR += octave-forge-engine SUBDIR += octave-forge-fpl SUBDIR += octave-forge-general |