dat2sample(VBmix)
dat2sample()所属R语言包:VBmix
dat2sample
dat2sample
译者:生物统计家园网 机器人LoveR
描述----------Description----------
generates data elements according to SYN2 process (sample along a semi-sphere with additive noise, see reference).
生成根据SYN2过程(样品沿带有加性噪声为半圆球状,见参考文献)的数据元素。
用法----------Usage----------
dat2sample(nelts, radius, noise, oldbounds = NULL, newbounds = NULL)
参数----------Arguments----------
参数:nelts
number of elements to generate.
要生成的元素的数量。
参数:radius
radius of the sphere to sample from.
半径的球体品尝。
参数:noise
additive noise magnitude.
加性噪声的大小。
参数:oldbounds
optional argument for sample rescaling. If not NULL, transmitted to setDomain as oldspan.
样品重新标度的可选参数。如果不为NULL,传送到setDomain作为oldspan的。
参数:newbounds
optional argument for sample rescaling. If not NULL, transmitted to setDomain as newspan.
样品重新标度的可选参数。如果不为NULL,传送到setDomain作为newspan的。
值----------Value----------
matrix of sampled row-elements.
采样的行元素的矩阵。
(作者)----------Author(s)----------
Pierrick Bruneau
参考文献----------References----------
参见----------See Also----------
dat1sample dat3sample
dat1sample dat3sample
实例----------Examples----------
temp <- dat2sample(500, 10, 1)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|