ica.analysis: Function to perform the fastICA.

Description Usage Arguments Value Examples

View source: R/ica.analysis.R

Description

Function that estimates the independent components.

Usage

1
2
ica.analysis(data, p, scheme = c("deflation", "parallel", "infomax"),
  iter = 200)

Arguments

data

data matrix to be whiten

p

number of components

scheme

choose the method for the fastICA

iter

number of iterations

Value

white data for ICA analysis

Examples

1
data.white <- ica.analysis(data,3)

ninalpedersen/Master.thesis documentation built on Nov. 27, 2019, 1:12 p.m.