fastICAparallel: fastICA implementation using a parallel scheme

Description Usage Arguments Value Examples

View source: R/fastICAparallel.R

Description

Implementation of the fixed point iteration method where a parallel scheme is used to find ICs.

Usage

1
fastICAparallel(data.mat, p, iter = 200)

Arguments

data.mat

white data matrix

p

number of components

iter

number of iterations

Value

ica.arr independent component array

Examples

1
ica <- fastICAparallel(data,3,200)

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