- 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.).
This commit is contained in:
Stephen Montgomery-Smith 2014-10-04 22:05:22 +00:00
parent e8d067d6a4
commit fd082b18f4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=370002
5 changed files with 49 additions and 0 deletions

View file

@ -346,6 +346,7 @@
SUBDIR += octave-forge-spline-gcvspl SUBDIR += octave-forge-spline-gcvspl
SUBDIR += octave-forge-splines SUBDIR += octave-forge-splines
SUBDIR += octave-forge-statistics SUBDIR += octave-forge-statistics
SUBDIR += octave-forge-stk
SUBDIR += octave-forge-strings SUBDIR += octave-forge-strings
SUBDIR += octave-forge-struct SUBDIR += octave-forge-struct
SUBDIR += octave-forge-symband SUBDIR += octave-forge-symband

View file

@ -0,0 +1,26 @@
# Created by: Stephen Montgomery-Smith <stephen@FreeBSD.org>
# $FreeBSD$
PORTNAME= octave-forge-stk
PORTVERSION= 2.2.0
CATEGORIES= math
MAINTAINER= stephen@FreeBSD.org
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
LICENSE= GPLv3
LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING
# OCTSRC is the name of the directory of the package.
# It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
OCTSRC= ${OCTAVE_PKGNAME}
WRKSRC= ${WRKDIR}/${OCTSRC}/src
.include "${.CURDIR}/../../Mk/bsd.octave.mk"
post-build:
${RM} -f ${WRKSRC}/Makefile ${WRKSRC}/configure
cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC}
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (octave-forge/stk-2.2.0.tar.gz) = ed87e64a4ed3bdb6a27369b6b3e1c8e4d5778831c945e37d8ead52b257c3a5af
SIZE (octave-forge/stk-2.2.0.tar.gz) = 204767

View file

@ -0,0 +1,19 @@
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.).
WWW: http://octave.sourceforge.net/

View file

@ -0,0 +1 @@
@comment This file intentionally left empty