DACE- a matlab Kriging toolbox

2024-02-04 01:38
文章标签 matlab toolbox dace kriging

本文主要是介绍DACE- a matlab Kriging toolbox,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!


以下为转帖

http://www2.imm.dtu.dk/projects/dace/


http://www.imm.dtu.dk/~hbni/dace/【已经失效】


 对比的工具:https://cn.mathworks.com/matlabcentral/fileexchange/59960-krigingtoolbox

DACE

A Matlab Kriging Toolbox


 

Description

DACE, Design and Analysis of Computer Experiments, is aMatlab toolbox for working with kriging approximations to computer models.

Typical use of this software is to construct a kriging approximation modelbased on data from a computer experiment, and to use this approximation model asa surrogate for the computer model.

The software also addresses the design of experiment problem, that ischoosing the inputs at which to evaluate the computer model for constructing thekriging approximation.

11 design sites, Gauss correlation model

 
Presentations

  • Kriging and radial basis functions. SIAM OP05.Stockholm, May 2005.
  • Surrogate models.ERCIM Copenhagen meeting, April 2005.
  • Surrogate models. IMM, DTU, November 2004.Focus on Kriging and radial basis functions.
  • Surrogate modelling by Kriging. ISMP2003, Copenhagen, August 2003.

Availability

The software and documentation are available for free. Selling the software and/or the documentation for commercial advantage, in part(e.g., included in other software) or as a whole, is allowed only with a priorwritten agreement with the authors (see feedback section below for contactinformation).
 

Software

The toolbox is available as a zip-archive: dace.zip (1.5Mb). Unzip the file and add the toolboxdirectory to the Matlab path (refer to the Matlab manual for help on this).

Current version is 2.5 from September 4, 2002. See the changelog for revision history.

Requirements: The software is developed and tested with Matlabversion R12.1, though it probably works with other (recent) versions of Matlab.
 

Documentation

The manual (including reference manual and examples) is available as a pdf-file (1.5Mb) (the file is also included in the archive with the software).
 
Further documentation of the algorithms is given in the report Aspects of the Matlab Toolbox DACE, which is available as aps-file (1Mb).
 

People involved:The team behind the software and documentation are

  • Hans Bruun Nielsen
  • Søren Nymand Lophaven
  • Jacob Søndergaard


Page revised April 14, 2011

这篇关于DACE- a matlab Kriging toolbox的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



http://www.chinasem.cn/article/676027

相关文章

matlab读取NC文件(含group)

matlab读取NC文件(含group): NC文件数据结构: 代码: % 打开 NetCDF 文件filename = 'your_file.nc'; % 替换为你的文件名% 使用 netcdf.open 函数打开文件ncid = netcdf.open(filename, 'NC_NOWRITE');% 查看文件中的组% 假设我们想读取名为 "group1" 的组groupName

利用matlab bar函数绘制较为复杂的柱状图,并在图中进行适当标注

示例代码和结果如下:小疑问:如何自动选择合适的坐标位置对柱状图的数值大小进行标注?😂 clear; close all;x = 1:3;aa=[28.6321521955954 26.2453660695847 21.69102348512086.93747104431360 6.25442246899816 3.342835958564245.51365061796319 4.87

C# double[] 和Matlab数组MWArray[]转换

C# double[] 转换成MWArray[], 直接赋值就行             MWNumericArray[] ma = new MWNumericArray[4];             double[] dT = new double[] { 0 };             double[] dT1 = new double[] { 0,2 };

libsvm在matlab中的使用方法

原文地址:libsvm在matlab中的使用方法 作者: lwenqu_8lbsk 前段时间,gyp326曾在论坛里问libsvm如何在matlab中使用,我还奇怪,认为libsvm是C的程序,应该不能。没想到今天又有人问道,难道matlab真的能运行libsvm。我到官方网站看了下,原来,真的提供了matlab的使用接口。 接口下载在: http://www.csie.ntu.edu.

Matlab/Simulink中PMSM模型的反电动势系数和转矩系数

Matlab/Simulink中PMSM模型的反电动势系数和转矩系数_matlab pmsm-CSDN博客

MATLAB层次聚类分析法

转自:http://blog.163.com/lxg_1123@126/blog/static/74841406201022774051963/ 层次聚类是基于距离的聚类方法,MATLAB中通过pdist、linkage、dendrogram、cluster等函数来完成。层次聚类的过程可以分这么几步: (1) 确定对象(实际上就是数据集中的每个数据点)之间的相似性,实际上就是定义一个表征

MATLAB的fix(),floor()和ceil()函数的区别与联系

fix(x),floor(x)和ceil(x)函数都是对x取整,只不过取整方向不同而已。 这里的方向是以x轴作为横坐标来看的,向右就是朝着正轴方向,向左就是朝着负轴方向。 fix(x):向0取整(也可以理解为向中间取整) floor(x):向左取整 ceil(x):向右取整 举例: 4个数:a=3.3、b=3.7、c=-3.3、d=-3.7 fix(a)=3 fl

MATLAB中的eig函数

在MATLAB中,计算矩阵A的特征值和特征向量的函数是eig(A),常用的调用格式有5种: E=eig(A):求矩阵A的全部特征值,构成向量E。 [V,D]=eig(A):求矩阵A的全部特征值,构成对角阵D,并求A的特征向量构成V的列向量。 [V,D]=eig(A,'nobalance'):与第2种格式类似,但第2种格式中先对A作相似变换后求矩阵A的特征值和特征向量,而格式3直接求矩阵A的特

MATLAB中的diag函数

diag函数功能:矩阵对角元素的提取和创建对角阵 设以下X为方阵,v为向量 1、X = diag(v,k)当v是一个含有n个元素的向量时,返回一个n+abs(k)阶方阵X,向量v在矩阵X中的第k个对角线上,k=0表示主对角线,k>0表示在主对角线上方,k<0表示在主对角线下方。例1: v=[1 2 3]; diag(v, 3) ans =      0     0     0

Matlab simulink建模与仿真 第十章(模型扩展功能库)

参考视频:simulink1.1simulink简介_哔哩哔哩_bilibili 一、模型扩展功能库中的模块概览         注:下面不会对Block Support Table模块进行介绍。 二、基于触发的和基于时间的线性化模块 1、Trigger-Based Linearization基于触发的线性化模块 (1)每次当模块受到触发时,都会调用linmod或者dlinmod函数