LatinHypercube(VizCompX)
LatinHypercube()所属R语言包:VizCompX
Generates a Latin Hypercube Design
生成一个拉丁超立方设计
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Generates a Latin Hypercube Design for an arbitrary number of runs and arbitrary number of variables
生成一个拉丁超立方奔跑和变量的任意数目的任意数目的设计
用法----------Usage----------
LatinHypercube(N, d, mins = rep(0, d), maxs = rep(1, d),
varnames = paste("x", seq(1, d), sep = ""))
参数----------Arguments----------
参数:N
The number of runs in the computer experiment.
的运行数在计算机实验。
参数:d
The number of variables in the computer experiment.
计算机实验中的变量的数目。
参数:mins
The minimum levels of the variables. By default the minimums are 0.
的最低水平的变量。默认情况下的最小值为0。
参数:maxs
The maximum levels of the variables. By default the maximums are 1.
最高水平的变量。默认情况下,最大值是1。
参数:varnames
The names of the variables. If not given x1, x2, ..., xd are used.
变量名。如果没有给出X1,X2,...,除息使用。
值----------Value----------
<table summary="R valueblock"> <tr valign="top"><td>comp1 </td> <td> The Latin Hypercube Design</td></tr> <tr valign="top"><td>comp2 </td> <td> The vector of minimums</td></tr> <tr valign="top"><td>comp3 </td> <td> The vector of maximums</td></tr> </table>
<table summary="R valueblock"> <tr valign="top"> <TD> comp1 </ TD> <TD>拉丁超立方设计</ TD> </ TR> <TR VALIGN =“顶部“> <TD> comp2 </ TD> <TD>向量的最小值</ TD> </ TR> <tr valign="top"> <TD> comp3 </ TD> < TD>的向量,最大值</ TD> </ TR> </ TABLE>
注意----------Note----------
Just a wrapper for the latin.hypercube function in the emulator package
在模拟器只是一个包装的latin.hypercube功能
(作者)----------Author(s)----------
Neil Diamond
参考文献----------References----------
R. K. S. Hankin 2005. Introducing BACCO, an R bundle for Bayesian Analysis of Computer Code Output. Journal of Statistical Software, 14(16)
实例----------Examples----------
LatinHypercube(50,3,maxs=rep(25,3))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|