mlegp(VizCompX)
mlegp()所属R语言包:VizCompX
Fits Gaussian Model to Computer Experiment
适合高斯模型的计算机实验
译者:生物统计家园网 机器人LoveR
描述----------Description----------
A wrapper for the fitting function in the mlegp package
在mlegp包包装了的拟合函数
用法----------Usage----------
mlegp(xlist, yval)
参数----------Arguments----------
参数:xlist
A list consisting of the computer experiment design matrix and vectors of minimums and maximums
列表的计算机实验设计矩阵和向量的最小值和最大值
参数:yval
The computer experiment response vector
计算机实验响应向量
值----------Value----------
<table summary="R valueblock"> <tr valign="top"><td>comp1 </td> <td> The output of the mlegp function.</td></tr> <tr valign="top"><td>comp2 </td> <td> A list giving the computer experiment design matrix and vectors of minimums and maximums</td></tr>
<table summary="R valueblock"> <tr valign="top"> <TD>comp1 </ TD> <TD>的输出的mlegp功能。</ TD> </ TR> <TR VALIGN =“”> <TD>comp2 </ TD> <td>一个列表,给出的上机实验设计矩阵和向量的最小值和最大值</ TD> </ TR>
</table>
</ TABLE>
(作者)----------Author(s)----------
Neil Diamond
参考文献----------References----------
Garrett M. Dancik (2009). mlegp: Maximum Likelihood Estimates of Gaussian Processes. R package version 3.1.0. http://CRAN.R-project.org/package=mlegp
实例----------Examples----------
design <- LatinHypercube(50,3,maxs=rep(25,3))
response <- NimrodOexample(design)
mlegpfit <- mlegp(design,response)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|