datagen(VBmix)
datagen()所属R语言包:VBmix
datagen
datagen
译者:生物统计家园网 机器人LoveR
描述----------Description----------
generates data from a random multivariate Gaussian, and adds redundant dimensions by random linear combinations with noise.
生成的数据从一个随机的多元高斯随机线性组合与噪音,并增加了多余的尺寸。
用法----------Usage----------
datagen(dreal = 2, deff = 6, npts = 200, noise = 0.1, genmean = rep(0, dreal), genspan = 6, iso = FALSE)
参数----------Arguments----------
参数:dreal
dimensionality of the multivariate Gaussian.
维的多元高斯。
参数:deff
dimensionality of the returned sample.
维数返回试样。
参数:npts
number of elements to be sampled.
被采样的元素个数。
参数:noise
noise magnitude for the linear combination.
的线性组合的噪声幅度。
参数:genmean
mean of the multivariate Gaussian.
意思是多元高斯。
参数:genspan
maximal magnitude of the diagonal elements in the covariance matrix. Non-diagonal elements are sampled under constraints of positive-definiteness.
的协方差矩阵中的对角线元素的最大大小。非对角线元素正定性,约束下进行采样。
参数:iso
sample from an isotropic multivariate Gaussian (i.e. diagonal covariance matrix).
样品从各向同性多元高斯(即对角线协方差矩阵)。
值----------Value----------
matrix of sampled row-elements.
采样的行元素的矩阵。
(作者)----------Author(s)----------
Pierrick Bruneau
实例----------Examples----------
temp <- datagen()
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|