dat3sample(VBmix)
dat3sample()所属R语言包:VBmix
dat3sample
dat3sample
译者:生物统计家园网 机器人LoveR
描述----------Description----------
generates data elements according to SYN3 process (sample along a 2D circle with additive noise, and linearly transform to higher dimensional space with further noise addition, see reference).
根据到SYN3过程(样品加性噪声,线性变换到高维空间,进一步的噪音。此外,请参阅参考资料)一个二维的圆沿生成的数据元素。
用法----------Usage----------
dat3sample(nelts, radius, noise, transform, oldbounds = NULL, newbounds = NULL)
参数----------Arguments----------
参数:nelts
number of elements to generate.
要生成的元素的数量。
参数:radius
radius of the sphere to sample from.
半径的球体品尝。
参数:noise
additive noise magnitude.
加性噪声的大小。
参数:transform
matrix defining linear transform.
矩阵定义的线性变换。
参数: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 dat2sample
dat1sample dat2sample
实例----------Examples----------
temp <- dat3sample(500, 10, 1, generate2Dtransform())
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|