SAPC: The stochastic approximation principal component can handle...

View source: R/SAPC.R

SAPCR Documentation

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

Description

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

Usage

SAPC(data, m, eta)

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

Value

Asa,Dsa

Examples

SAPC(data=PSA,m=3,eta=0.8) 

SOPC documentation built on May 31, 2023, 7:42 p.m.

Related to SAPC in SOPC...