shrink.estim(SHIP)
shrink.estim()所属R语言包:SHIP
Shrinkage estimator of the covariance matrix, given a data set and a covariance target.
收缩率估计的协方差矩阵,给定一个数据集和协方差目标。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The shrinkage estimator is computed independently of the target's nature.
目标的性质是独立计算的收缩估计。
用法----------Usage----------
shrink.estim(x, tar)
参数----------Arguments----------
参数:x
A n x p matrix (the data set) .
An x p矩阵(数据集)。
参数:tar
A p x p matrix (the covariance target).
Ap x p的矩阵(协方差目标)。
值----------Value----------
A p x p shrinkage covariance matrix and the estimated lambda.
Ap x p收缩率的协方差矩阵和估计lambda。
(作者)----------Author(s)----------
Monika Jelizarow and Vincent Guillemot
参考文献----------References----------
J. Schaefer and K. Strimmer, 2005. A shrinkage approach to large-scale covariance matrix estimation and implications for functional genomics.
实例----------Examples----------
# Simulate dataset[模拟数据集]
x <- matrix(rnorm(20*30),20,30)
# Try different targets[尝试不同的目标]
shrink.estim(x,tar=build.target(x,type="D"))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|