PC {SOPC}R Documentation

The traditional principal component method. This method can estimate the eigen space of the data set.

Description

The traditional principal component method. This method can estimate the eigen space of the data set.

Usage

PC(data, m = m)

Arguments

data

is a highly correlated data set

m

is the number of principal component

Value

Ahat, Dhat

Examples

PC(data=PSA,m=3)

[Package SOPC version 0.1.0 Index]