dat1sample(VBmix)
dat1sample()所属R语言包:VBmix
dat1sample
dat1sample
译者:生物统计家园网 机器人LoveR
描述----------Description----------
generates data elements according to SYN1 process (sample from a 2D GMM, linearly transformed with additive noise, see reference).
根据SYN1过程(从2D GMM的样品与加性噪声,线性变换,请参阅参考资料)产生的数据元素。
用法----------Usage----------
dat1sample(nelts, gmm, noise, transform, oldbounds = NULL, newbounds = NULL)
参数----------Arguments----------
参数:nelts
number of elements to generate.
要生成的元素的数量。
参数:gmm
2D GMM to be sampled from.
2D GMM进行采样。
参数: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----------
dat2sample dat3sample
dat2sample dat3sample
实例----------Examples----------
temp <- dat1sample(500, randomGmm(), 1, generate2Dtransform())
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|