VizCompX-package(VizCompX)
VizCompX-package()所属R语言包:VizCompX
Visualisation of Computer Experiments
计算机实验的可视化
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Generates Latin Hypercube Designs, fits Gaussian models to computer model output, and gives a Wireframe visualisation of the fitted surface
产生拉丁超立方体设计,符合高斯模型的计算机模型输出,并提供了一个的线框可视化的安装面
Details
详细信息----------Details----------
</table> Use Latin.Hypercube to generate the design, NimrodOfunction to generate the responses for the Nimrod/O test function, mlegp to fit the Gaussian model, and wireframe to get a visualisation of the fitted surface.
</表>“使用Latin.Hypercube”产生的设计,NimrodOfunction尼姆罗德/ O测试功能,mlegp产生的反应,以适应高斯模型和线框得到一个可视化的安装面。
(作者)----------Author(s)----------
Neil Diamond
Maintainer: Neil Diamond <neil.diamond@buseco.monash.edu.au>
参考文献----------References----------
实例----------Examples----------
design <- LatinHypercube(50,3,maxs=rep(25,3))
response <- NimrodOexample(design)
mlegpfit <- mlegp(design,response)
wireframe(mlegpfit,c(5,5,4),c(1,2))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|