infomax: Infomax implementation

Description Usage Arguments Value Examples

View source: R/infomax.R

Description

Implementation of the infomax algorithm to find ICs.

Usage

1
infomax(data.mat, p, maxit = 200)

Arguments

data.mat

data matrix where the columns are bands

p

number of components

max

maximum number of iterations

Value

ica.arr independent component array

Examples

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

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