summaryrefslogtreecommitdiff
path: root/DESCRIPTION
blob: d8a67c65c46993c8a2d83c84d8d3edce79703651 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Name: STK
#
Version: 2.8.0
#
Date: 2023-01-06
#
Title: STK: A Small Toolbox for Kriging
#
Author: See AUTHORS.md file
#
Maintainer: Julien BECT <julien.bect@centralesupelec.fr>
 and Emmanuel VAZQUEZ <emmanuel.vazquez@centralesupelec.fr>
#
Description:  The STK is a (not so) Small Toolbox for Kriging. Its primary
 focus is 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.).
#
License: GPLv3+
#
Url: https://github.com/stk-kriging/stk/
#
Depends: octave (>= 4.0.1)
#
Autoload: no