Learn R Programming

rrcov (version 0.4-08)

PcaLocantore-class: Class "PcaLocantore" Spherical Principal Components

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 the data, projected onto a unit sphere. The estimates of the eigenvectors are consistent and the procedure is extremly fast. The simulations of Maronna (2005) show that this method has very good performance.

Arguments

Objects from the Class

Objects can be created by calls of the form new("PcaLocantore", ...) but the usual way of creating PcaHubert objects is a call to the function PcaLocantore which serves as a constructor.

Extends

Class "PcaRobust", directly. Class "Pca", by class "PcaRobust", distance 2.

See Also

PcaRobust-class, Pca-class, PcaClassic, PcaClassic-class

Examples

Run this code
showClass("PcaLocantore")

Run the code above in your browser using DataLab