diff options
author | stephen <stephen@FreeBSD.org> | 2014-10-05 06:05:22 +0800 |
---|---|---|
committer | stephen <stephen@FreeBSD.org> | 2014-10-05 06:05:22 +0800 |
commit | b1e2c719a6518ed61193643fb48260c714446f8c (patch) | |
tree | b3a72f47c6b70e8f703689f8c0f5d6fcd855d435 /math/Makefile | |
parent | 7f2c3fcc5089490f0c916f081a9e3a89c5c1c354 (diff) | |
download | freebsd-ports-gnome-b1e2c719a6518ed61193643fb48260c714446f8c.tar.gz freebsd-ports-gnome-b1e2c719a6518ed61193643fb48260c714446f8c.tar.zst freebsd-ports-gnome-b1e2c719a6518ed61193643fb48260c714446f8c.zip |
- New port math/octave-forge-stk
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 stk.
----------------------------------------------------------------------------
The STK is a (not so) Small Toolbox for Kriging. Its primary focus in on
the interpolation/regression technique known as kriging, which is very
closely related to Splines and Radial Basis Functions, and can be
interpreted as a non-parametric Bayesian method using a Gaussian Process
(GP) prior. The STK also provides tools for the sequential and
non-sequential design of experiments. Even though it is, currently, mostly
geared towards the Design and Analysis of Computer Experiments (DACE), the
STK can be useful for other applications areas (such as Geostatistics,
Machine Learning, Non-parametric Regression, etc.).
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 95a369c59032..1c33143fca04 100644 --- a/math/Makefile +++ b/math/Makefile @@ -346,6 +346,7 @@ SUBDIR += octave-forge-spline-gcvspl SUBDIR += octave-forge-splines SUBDIR += octave-forge-statistics + SUBDIR += octave-forge-stk SUBDIR += octave-forge-strings SUBDIR += octave-forge-struct SUBDIR += octave-forge-symband |