Learn R Programming

SOPC (version 0.1.0)

PPC: The perturbation principal component can handle online data sets with highly correlated.

Description

The perturbation principal component can handle online data sets with highly correlated.

Usage

PPC(data, m, eta)

Value

Ap,Dp

Arguments

data

is a highly correlated online data set

m

is the number of principal component

eta

is the proportion of online data to total data

Examples

Run this code
PPC(data=PSA,m=3,eta=0.8) 

Run the code above in your browser using DataLab