API Documentation

Preconditioned ICA for Real Data

Functions

picard(X[, fun, n_components, ortho, ...])

Perform Independent Component Analysis.

permute(A[, scale])

Get a permutation to diagonalize and scale a matrix

amari_distance(W, A)

Computes the Amari distance between two matrices W and A.

Class

Picard([n_components, ortho, extended, ...])

Picard: a very fast algorithm for Independent Component Analysis.

Fork me on GitHub