dataGen(sdcMicro)
dataGen()所属R语言包:sdcMicro
Fast generation of synthetic data
合成数据的快速生成
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Fast generation of synthetic data.
合成数据的快速生成。
用法----------Usage----------
dataGen(x, n = 200)
参数----------Arguments----------
参数:x
data.frame or matix
数据框或矩阵
参数:n
amount of observations for the generated data
为所生成的数据量的观测
Details
详细信息----------Details----------
Uses the cholesky decomposition to generate synthetic data. For details see at the reference.
使用Cholesky分解生成合成数据。有关详细信息,请参阅参考。
值----------Value----------
the generated synthetic data.
生成的合成数据。
注意----------Note----------
With this method only multivariate normal distributed data with approxiomately the same covariance as the original data can be generated without reflecting the distribution of real complex data, which are, in general, not follows a multivariate normal distribution.
随着此方法仅在多元与approxiomately不反映真正的复杂的数据,这是,在一般的分布的情况下,可以产生与原始数据相同的协方差的正态分布数据,而不是遵循多元正态分布。
(作者)----------Author(s)----------
Matthias Templ
参考文献----------References----------
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|