stk
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.).
Select category:
Core STK functions
Parameter estimation
Simulations
Get/set model properties
Posterior model objects
Model components: covariance functions
Model components: radial basis functions
Model components: linear model objects
Design of experiments (non-sequential): sampling
Design of experiments (non-sequential): criteria
Design of experiments (sequential): criteria
Examples: kriging basics
Examples: design of experiments
Examples: miscellaneous
Examples: test functions, datasets, etc.
Miscellaneous: arrays
Miscellaneous: Pareto optimality
Miscellaneous: validation of models
Miscellaneous: optimizers for parameter estimation
Miscellaneous: options, plots...
Miscellaneous: unit tests
STK_MODEL generates a model with default covariance parameters
STK_MODEL_UPDATE updates a model with new data
STK_MAKE_MATCOV computes a covariance matrix (and a design matrix)
STK_PREDICT performs a kriging prediction
STK_PREDICT_LEAVEONEOUT computes LOO predictions and residuals
STK_PMISCLASS computes the (expected) probability of misclassification
STK_PARAM_ESTIM estimates the parameters of a covariance function
STK_PARAM_GLS computes a generalised least squares estimate
STK_PARAM_INIT provides a starting point for stk_param_estim
STK_PARAM_INIT_LNV provides a rough estimate of the variance of the noise
STK_PARAM_RELIK computes the restricted likelihood of a model given data
STK_CONDITIONING produces conditioned sample paths
STK_GENERATE_SAMPLEPATHS generates sample paths of a Gaussian process
STK_SIMULATE_NOISE simulates random draws of the observation noise
STK_GET_INTPUT_DATA returns the input data of a model
STK_GET_OUTPUT_DATA returns the output data of a model
STK_GET_PRIOR_MODEL returns the underlying prior model of a model
STK_GET_OBSERVATION_VARIANCES returns the variance of the observations
STK_ISNOISY returns false for noiseless models, true otherwise
STK_MODEL_GPPOSTERIOR constructs a posterior model
STK_PREDICT_LEAVEONEOUT [overload STK function]
STK_MODEL_UPDATE [overload STK function]
STK_EXPCOV_ANISO computes the anisotropic exponential covariance function
STK_EXPCOV_ISO computes the isotropic exponential covariance function
STK_GAUSSCOV_ANISO computes the anisotropic Gaussian covariance function
STK_GAUSSCOV_ISO computes the isotropic Gaussian covariance function
STK_MATERNCOV32_ANISO computes the anisotropic Matern covariance with nu=3/2
STK_MATERNCOV32_ISO computes the isotropic Matern covariance with nu=3/2
STK_MATERNCOV52_ANISO computes the anisotropic Matern covariance with nu=5/2
STK_MATERNCOV52_ISO computes the isotropic Matern covariance
STK_MATERNCOV_ANISO computes the anisotropic Matern covariance
STK_MATERNCOV_ISO computes the isotropic Matern covariance
STK_SPHCOV_ANISO computes the anisotropic spherical covariance function
STK_SPHCOV_ISO computes the isotropic spherical covariance function
STK_DISCRETECOV computes a covariance matrix for a discrete model
STK_RBF_EXPONENTIAL computes the exponential correlation function
STK_RBF_GAUSS computes the Gaussian correlation function
STK_RBF_MATERN computes the Matern correlation function.
STK_RBF_MATERN32 computes the Matern correlation function of order 3/2.
STK_RBF_MATERN52 computes the Matern correlation function of order 5/2.
STK_RBF_SPHERICAL computes the spherical correlation function
STK_LM_AFFINE creates an affine linear model object
STK_LM_CONSTANT creates a constant linear model object
STK_LM_CUBIC creates a cubic linear model object
STK_LM_MATRIX creates a linear model object defined on a finite space
STK_LM_NULL creates a null linear model object
STK_LM_QUADRATIC creates a quadratic linear model object
STK_LM_POLYNOMIAL creates a polynomial linear model object
STK_SAMPLING_HALTON_RR2 generates points from the Halton/RR2 sequence
STK_SAMPLING_SOBOL generates points from a Sobol sequence
STK_SAMPLING_MAXIMINLHS generates a "maximin" LHS design
STK_SAMPLING_NESTEDDESIGN generates a nested design
STK_SAMPLING_NESTEDLHS builds a Nested Latin Hypercube Sampling (NLHS)
STK_SAMPLING_OLHS generates a random Orthogonal Latin Hypercube (OLH) sample
STK_SAMPLING_RANDOMLHS generates a random LHS design
STK_SAMPLING_RANDUNIF generates uniformly distributed points
STK_SAMPLING_REGULARGRID builds a regular grid
STK_SAMPLING_VDC_RR2 generates points from the "RR2" van der Corput sequence
STK_FILLDIST computes the fill distance of a set of points
STK_MAXABSCORR computes the maximal absolute correlation for a set of points
STK_MINDIST computes the separation distance of a set of points
STK_PHIPCRIT computes the "phi_p" criterion of Morris & Mitchell
STK_SAMPCRIT_EI_EVAL computes the EI criterion
STK_SAMPCRIT_EHVI_EVAL computes the EHVI criterion
STK_SAMPCRIT_EMMI_EVAL computes the EMMI criterion
STK_SAMPCRIT_AKG_EVAL computes the Approximate KG criterion
STK_DISTRIB_NORMAL_EI computes the normal (Gaussian) expected improvement
STK_DISTRIB_STUDENT_EI computes the Student expected improvement
STK_EXAMPLE_KB01 Ordinary kriging in 1D, with noiseless data
STK_EXAMPLE_KB01N Ordinary kriging in 1D, with noisy data
STK_EXAMPLE_KB02 Ordinary kriging in 1D with parameter estimation
STK_EXAMPLE_KB02N Noisy ordinary kriging in 1D with parameter estimation
STK_EXAMPLE_KB03 Ordinary kriging in 2D
STK_EXAMPLE_KB05 Generation of conditioned sample paths
STK_EXAMPLE_KB06 Ordinary kriging VS kriging with a linear trend
STK_EXAMPLE_KB07 Simulation of sample paths from a Matern process
STK_EXAMPLE_KB08 Generation of conditioned sample paths made easy
STK_EXAMPLE_KB09 Generation of sample paths conditioned on noisy observations
STK_EXAMPLE_KB10 Leave-one-out (LOO) cross validation
STK_EXAMPLE_DOE01 Examples of two-dimensional designs
STK_EXAMPLE_DOE02 "Sequential Maximin" design
STK_EXAMPLE_DOE03 A simple illustration of 1D Bayesian optimization
STK_EXAMPLE_DOE04 Probability of misclassification
STK_EXAMPLE_DOE05 A simple illustration of 1D Bayesian optimization
STK_EXAMPLE_DOE06 Sequential design for the estimation of an excursion set
STK_EXAMPLE_MISC01 Several correlation functions from the Matern family
STK_EXAMPLE_MISC02 How to use priors on the covariance parameters
STK_EXAMPLE_MISC03 How to deal with (known) seasonality
STK_EXAMPLE_MISC04 Pareto front simulation
STK_EXAMPLE_MISC05 Parameter estimation for heteroscedastic noise variance
STK_DATASET_TWOBUMPS defines datasets based on the TwoBumps response function
STK_TESTFUN_BOREHOLE computes the "borehole model" response function
STK_TESTFUN_BRANINHOO computes the Branin-Hoo function.
STK_TESTFUN_GOLDSTEINPRICE computes the Goldstein-Price function
STK_TESTFUN_TWOBUMPS computes the TwoBumps response function
STK_TESTCASE_TRUSS3 provides information about the 'truss3' test case
STK_TESTFUN_TRUSS3_BB computes displacements and stresses for 'truss3'
STK_TESTFUN_TRUSS3_VOL computes the volume of the 'truss3' structure
STK_BOUNDINGBOX constructs the bounding box for a set of points
STK_FEVAL evaluates a function at given evaluation points
STK_GET_SAMPLE_SIZE returns the size of a sample
STK_NORMALIZE normalizes a dataset to [0; 1] ^ DIM
STK_RESCALE rescales a dataset from one box to another
STK_DATAFRAME constructs a dataframe object
STK_FACTORIALDESIGN constructs a "full factorial design" array
NDGRID produces ndgrid-style coordinate arrays
STK_HRECT creates an hyper-rectangle object
STK_DOMINATEHV computes the hypervolume dominated by a set of points
STK_ISDOMINATED returns true for dominated rows
STK_PARETOFIND finds non-dominated rows in an array
STK_DISTRIB_NORMAL_CRPS computes the CRPS for Gaussian predictive distributions
STK_PLOT_HISTNORMRES plots an histogram for normalized residuals
STK_PLOT_PREDVSOBS plots predictions against observations
STK_MINIMIZE_BOXCONSTRAINED performs box-constrained minimization
STK_MINIMIZE_UNCONSTRAINED performs unconstrained minimization
STK_OPTIM_ISAVAILABLE checks if a given optimizer is available
STK_OPTIM_FMINCON constructs an object of class 'stk_optim_fmincon'.
STK_OPTIM_FMINSEARCH constructs an object of class 'stk_optim_fminsearch'.
STK_OPTIM_OCTAVESQP constructs an object of class 'stk_optim_octavesqp'.
STK_DIST computes a matrix of (Euclidean) distances
STK_HALFPINTL computes an intersection of lower half-planes
STK_INIT initializes the STK
STK_LEGEND create a legend automatically
STK_OPTIONS_GET returns the value of one or all STK options
STK_OPTIONS_SET sets the value of one or all STK options
STK_PLOT1D is a convenient plot function for 1D kriging predictions
STK_PLOT_PROBDOM2D represents the uncertainty about a 2D Pareto
STK_VERSION returns STK's version number
STK_TEST performs tests for a given M-file.
STK_RUNTESTS runs all tests in a given directory (or in STK's searchpath).
Package: stk