Functions | |
function | demo (var id) |
Provides some examples on how to use the ooDACE toolbox. | |
This file is part of the ooDACE toolbox and you can redistribute it and/or modify it under the terms of the GNU Affero General Public License version 3 as published by the Free Software Foundation. With the additional provision that a commercial license must be purchased if the ooDACE toolbox is used, modified, or extended in a commercial setting. For details see the included LICENSE.txt file. When referring to the ooDACE toolbox please make reference to the corresponding publications:
Contact : ivo.c - ouck uyt@u gent .behttp://sumo.intec.ugent.be/?q=ooDACE Signature k = demo(id)
function demo | ( | var | id | ) |
Provides some examples on how to use the ooDACE toolbox.
Test case 1: Fits an ordinary kriging model on the branin function Covers: ordinary kriging interpolation, marginalLikelihood
Test case 2: Fits an ordinary kriging model on the bird function Covers: ordinary kriging regression, re-interpolation of variance, pseudoLikelihood, likelihood debug plot
Test case 3: Fits a blind kriging model on the branin function. Covers: blind kriging
Test case 4: Fits a cokriging model on a mathematical 1D function. Covers: cokriging
Test case 5: Fits a stochastic kriging model on the branin function plus some stochastic noise. Covers: stochastic kriging, sigma2 optimization
id | id of the dataset to use (optional) |
k | a ready-to-use kriging model |