ilr(robCompositions)
ilr()所属R语言包:robCompositions
Isometric log-ratio transformation
等距数比改造
译者:生物统计家园网 机器人LoveR
描述----------Description----------
An isometric log-ratio transformation with a special choice of the balances according to Hron et al. (2010).
等距数比转换的结余到HRON等一个特殊的选择。 (2010年)。
用法----------Usage----------
ilr(x)
参数----------Arguments----------
参数:x
object of class data.frame or matrix with positive entries
数据框或矩阵类与对象的积极条目
Details
详细信息----------Details----------
The ilr transformation moves D-part compositional data from the simplex into a (D-1)-dimensional real space isometrically. From this choice of the balances, all the relative information of the part x_1 from the remaining parts is separated. It is useful for estimating missing values in x_1 by regression of the remaining variables.
ILR变换移动D部分的组成从单纯的数据(D-1)到一个三维的真实空间等距。从这个选择的结余,所有的相关信息的部分x_1的其余部分是分开的。它是有用的估计遗漏值x_1,回归尚存变数。
值----------Value----------
The ilr transformed data.
ILR变换数据。
(作者)----------Author(s)----------
Karel Hron, Matthias Templ
参考文献----------References----------
C. Barcel'o-Vidal (2003) Isometric logratio transformations for compositional data analysis. Mathematical Geology, 35(3) 279-300. \
Computational Statistics and Data Analysis, vol 54 (12), pages 3095-3107.
参见----------See Also----------
invilr, ilr
invilr,ilr
实例----------Examples----------
require(MASS)
Sigma <- matrix(c(5.05,4.95,4.95,5.05), ncol=2, byrow=TRUE)
z <- invilr(mvrnorm(100, mu=c(0,2), Sigma=Sigma))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|