Learn R Programming

SOPC (version 0.1.0)

OPC: The online principal component method refers to the IPC method with the best performance among the IPC, the PPC and the SAPC methods.

Description

The online principal component method refers to the IPC method with the best performance among the IPC, the PPC and the SAPC methods.

Usage

OPC(data, m, eta)

Value

Ao,Do

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
OPC(data=PSA,m=3,eta=0.8) 

Run the code above in your browser using DataLab