Crandore Hub

fastICA

FastICA Algorithms to Perform ICA and Projection Pursuit

Implementation of FastICA algorithm to perform Independent Component Analysis (ICA) and Projection Pursuit.

README

R Package - fastICA

INTRODUCTION

This file explains how to install the R package fastICA. I assume
that you have a basic knowledge of UNIX/LINUX and that you already
have R installed on your machine.

INSTALLATION

1. Download the g-zipped tar archive  fastICA_*.*-*.tar.gz

2.  Install the package using     

	R CMD INSTALL -l /path/to/LIB fastICA_*.*-*.tar.gz

/path/to/LIB should be the library directory where you wish to put the package.

If you have root access to your machine then use 

	R CMD INSTALL fastICA_*.*-*.tar.gz

and the package will be put into the default R library tree.

5. You can then start an R session and load the package using

	library(fastICA,lib.loc="/path/to/LIB")

or 

 library(fastICA) 

(if you installed the package into the default R library tree)


FUNCTIONS

The package contains the following functions 

fastICA   - FastICA algorithm
ica.R.def - R code for FastICA using a deflation scheme
ica.R.par - R code for FastICA using a parallel scheme       

PROBLEMS/SUGGESTIONS

If you have any problems/suggestions using this package, please email
ripley@stats.ox.ac.uk





Versions across snapshots

VersionRepositoryFileSize
1.2-7 rolling linux/jammy R-4.5 fastICA_1.2-7.tar.gz 41.2 KiB
1.2-7 rolling linux/noble R-4.5 fastICA_1.2-7.tar.gz 41.2 KiB
1.2-7 rolling source/ R- fastICA_1.2-7.tar.gz 11.5 KiB
1.2-7 latest linux/jammy R-4.5 fastICA_1.2-7.tar.gz 41.2 KiB
1.2-7 latest linux/noble R-4.5 fastICA_1.2-7.tar.gz 41.2 KiB
1.2-7 latest source/ R- fastICA_1.2-7.tar.gz 11.5 KiB
1.2-7 2026-04-26 source/ R- fastICA_1.2-7.tar.gz 11.5 KiB
1.2-7 2026-04-23 source/ R- fastICA_1.2-7.tar.gz 11.5 KiB
1.2-7 2026-04-09 windows/windows R-4.5 fastICA_1.2-7.zip 47.9 KiB
1.2-7 2025-04-20 source/ R- fastICA_1.2-7.tar.gz 11.5 KiB

Dependencies (latest)

Suggests