找回密码
 注册
查看: 286|回复: 0

R语言 rrcov包 PcaLocantore()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-9-28 20:49:27 | 显示全部楼层 |阅读模式
PcaLocantore(rrcov)
PcaLocantore()所属R语言包:rrcov

                                         Spherical Principal Components
                                         心主成分

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

The Spherical Principal Components procedure was proposed by  Locantore et al., (1999) as a functional data analysis method. The idea is to perform classical PCA on the data, \ projected onto a unit sphere. The estimates of the eigenvectors are consistent  and the procedure is extremely fast. The simulations of Maronna (2005) show that this method has very good performance.
球面主成分方法提出由Locantore等。,(1999年)作为一个功能的数据分析方法。我们的想法是,演出古典PCA上的数据,\投影到单位球面上。的本征值的估计是一致的,过程是非常快的。 Maronna(2005)的模拟表明,该方法具有很好的性能。


用法----------Usage----------


PcaLocantore(x, ...)
## Default S3 method:[默认方法]
PcaLocantore(x, k = 0, kmax = ncol(x), delta = 0.001,
    na.action = na.fail, scale = FALSE, signflip = TRUE, trace=FALSE, ...)
## S3 method for class 'formula'[类formula的方法]
PcaLocantore(formula, data = NULL, subset, na.action, ...)



参数----------Arguments----------

参数:formula
a formula with no response variable, referring only to numeric variables.
没有响应变量的公式,只给数值变量。


参数:data
an optional data frame (or similar: see model.frame) containing the variables in the formula formula.
一个可选的数据框(或相似:model.frame),其中包含公式formula中的变量。


参数:subset
an optional vector used to select rows (observations) of the data matrix x.
的可选的向量选择行(观察)的数据矩阵x。


参数:na.action
a function which indicates what should happen when the data contain NAs.  The default is set by the na.action setting of options, and is na.fail if that is unset. The default is na.omit.
一个函数,它表示当数据包含NA的,应该发生什么。默认设置是由na.action的options,是na.fail,如果是没有设置的。默认的na.omit。


参数:...
arguments passed to or from other methods.
传递的参数或其他方法。


参数:x
a numeric matrix (or data frame) which provides the data for the principal components analysis.
一个数字矩阵(或数据框),它提供的数据,主成分分析。


参数:k
number of principal components to compute. If k is missing,  or k = 0, the algorithm itself will determine the number of  components by finding such k that l_k/l_1 >= 10.E-3 and  Σ_{j=1}^k l_j/Σ_{j=1}^r l_j >= 0.8.  It is preferable to investigate the scree plot in order to choose the number  of components and then run again. Default is k=0.  
主成分的数目来计算。如果k失踪,或k = 0,算法本身决定的元件数量由找到这样的k,l_k/l_1 >= 10.E-3和Σ_{j=1}^k l_j/Σ_{j=1}^r l_j >= 0.8。这是最好的卵石在选择组件的数量,然后再次运行图进行调查。默认是k=0。


参数:kmax
maximal number of principal components to compute. Default is kmax=10. If k is provided, kmax  does not need to be specified, unless k is larger than 10.
最大的主成分个数来计算。默认是kmax=10。如果k提供,kmax不需要被指定,除非k是大于10。


参数:delta
an accuracy parameter
精度参数


参数:scale
a logical value indicating whether the variables should be  scaled to have unit variance (only possible if there are no constant  variables). As a scale function mad is used but alternatively, a vector of length equal  the number of columns of x can be supplied. The value is passed to  scale and the result of the scaling is stored in the scale slot.  Default is scale = FALSE
一个逻辑值,该值指示变量是否应扩展到单位方差(唯一可能的,如果没有常量变量)。作为一个尺度函数mad被使用,但可替代地,一个向量的长度等于x的列的数目可以供给。该值被传递规模和缩放的结果被存储在scale插槽。默认是scale = FALSE


参数:signflip
a logical value indicating wheather to try to solve the sign indeterminancy of the loadings -    ad hoc approach setting the maximum element in a singular vector to be positive. Default is signflip = FALSE
一个逻辑值,该值指示wheather尝试解决负荷标志indeterminancy  - 专案的方式设置的最大元素在一个单一的向量,是积极的。默认是signflip = FALSE


参数:trace
whether to print intermediate results. Default is trace = FALSE
是否要打印的中间结果。默认是trace = FALSE


Details

详细信息----------Details----------

PcaLocantore, serving as a constructor for objects of class PcaLocantore-class  is a generic function with "formula" and "default" methods. For details see the relevant references.
PcaLocantore,作为一个构造函数的类的对象PcaLocantore-class是一个通用的功能与“公式”和“默认”的方法。有关详细信息,请参阅相关的参考文献。


值----------Value----------

An S4 object of class PcaLocantore-class which is a subclass of the  virtual class PcaRobust-class.
S4对象的类PcaLocantore-class这是虚拟类PcaRobust-class的一个子类。


(作者)----------Author(s)----------


Valentin Todorov <a href="mailto:valentin.todorov@chello.at">valentin.todorov@chello.at</a>
The SPC algorithm is implemented on the bases of the available from
the web site of the book Maronna et al. (2006) code  
<a href="http://www.wiley.com/legacy/wileychi/robust_statistics/">http://www.wiley.com/legacy/wileychi/robust_statistics/</a>




参考文献----------References----------

Robust principal components for functional data. Test, 8, 1-28.


An Object Oriented Framework for Robust Multivariate Analysis. Journal of Statistical Software, 32(3), 1&ndash;47. URL http://www.jstatsoft.org/v32/i03/.

实例----------Examples----------


## PCA of the Hawkins Bradu Kass's Artificial Data[#PCA霍金斯位于Bradu Kass的人工数据]
##  using all 4 variables[#使用所有4个变量]
    data(hbk)
    pca <- PcaLocantore(hbk)
    pca

## Compare with the classical PCA[#比较经典的PCA]
    prcomp(hbk)

## or  [#]
    PcaClassic(hbk)
   
## If you want to print the scores too, use[#如果你要打印的分数,]
    print(pca, print.x=TRUE)

## Using the formula interface[#使用公式接口]
    PcaLocantore(~., data=hbk)

## To plot the results:[#要绘制的结果:]

    plot(pca)                    # distance plot[距离图]
    pca2 <- PcaLocantore(hbk, k=2)  
    plot(pca2)                   # PCA diagnostic plot (or outlier map)[PCA诊断图(或异常图)]
   
## Use the standard plots available for for prcomp and princomp[#使用标准曲线可供选择的prcomp和主成分法]
    screeplot(pca)   
    biplot(pca)   

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2024-11-26 21:31 , Processed in 0.027456 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表