diff options
author | stephen <stephen@FreeBSD.org> | 2012-08-15 04:39:30 +0800 |
---|---|---|
committer | stephen <stephen@FreeBSD.org> | 2012-08-15 04:39:30 +0800 |
commit | 32a41af33a4b0076d4948c1eb2c28136594ab854 (patch) | |
tree | 33530e289708c295b00aff9957a94f9957cb1bb6 /math/Makefile | |
parent | 9150c21b6fd33d5d4c3f5f931f373a20b440f994 (diff) | |
download | freebsd-ports-gnome-32a41af33a4b0076d4948c1eb2c28136594ab854.tar.gz freebsd-ports-gnome-32a41af33a4b0076d4948c1eb2c28136594ab854.tar.zst freebsd-ports-gnome-32a41af33a4b0076d4948c1eb2c28136594ab854.zip |
- New port, math/octave-forge-lssa.
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.
This is lssa.
A package implementing tools to compute spectral decompositions of
irregularly-spaced time series. Currently includes functions based off the
Lomb-Scargle periodogram and Adolf Mathias' implementation for R and C (see
http://www.jstatsoft.org/v11/i02).
WWW: http://octave.sourceforge.net/
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 dd0294daea28..717e60888bb3 100644 --- a/math/Makefile +++ b/math/Makefile @@ -298,6 +298,7 @@ SUBDIR += octave-forge-irsa SUBDIR += octave-forge-java SUBDIR += octave-forge-linear-algebra + SUBDIR += octave-forge-lssa SUBDIR += octave-forge-mapping SUBDIR += octave-forge-mechanics SUBDIR += octave-forge-miscellaneous |