Other packages > Find by keyword >

fastICA  

FastICA Algorithms to Perform ICA and Projection Pursuit
View on CRAN: Click here


Download and install fastICA package within the R console
Install from CRAN:
install.packages("fastICA")

Install from Github:
library("remotes")
install_github("cran/fastICA")

Install by package version:
library("remotes")
install_version("fastICA", "1.2-7")



Attach the package and use:
library("fastICA")
Maintained by
Brian Ripley
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2001-08-10
Latest Update: 2024-12-11
Description:
Implementation of FastICA algorithm to perform Independent Component Analysis (ICA) and Projection Pursuit.
How to cite:
Brian Ripley (2001). fastICA: FastICA Algorithms to Perform ICA and Projection Pursuit. R package version 1.2-7, https://cran.r-project.org/web/packages/fastICA. Accessed 06 Mar. 2026.
Previous versions and publish date:
1.0-0 (2001-08-10 15:16), 1.0-1 (2001-08-29 16:56), 1.1-1 (2002-01-15 13:59), 1.1-2 (2002-09-23 12:02), 1.1-3 (2003-03-12 23:38), 1.1-4 (2003-04-04 16:40), 1.1-5 (2004-06-13 01:30), 1.1-6 (2004-12-24 16:06), 1.1-8 (2006-05-17 08:45), 1.1-9 (2007-10-11 13:30), 1.1-10 (2008-12-23 09:10), 1.1-11 (2009-02-19 11:22), 1.1-12 (2010-12-09 13:07), 1.1-13 (2010-12-10 16:31), 1.1-14 (2012-03-04 09:20), 1.1-15 (2012-05-17 10:55), 1.1-16 (2012-05-21 15:44), 1.2-0 (2013-05-21 10:15), 1.2-1 (2017-06-12 12:10), 1.2-2 (2019-07-08 16:59), 1.2-3 (2021-09-25 18:07), 1.2-4 (2023-11-27 09:34), 1.2-5.1 (2024-08-21 15:08), 1.2-5 (2024-08-19 11:45)
Other packages that cited fastICA R package
View fastICA citation profile
Other R packages that fastICA depends, imports, suggests or enhances
Complete documentation for fastICA
Functions, R codes and Examples using the fastICA R package
Some associated functions: fastICA . ica.R.def . ica.R.par . 
Some associated R codes: fastICA.R .  Full fastICA package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

lbfgs  
Limited-memory BFGS Optimization
A wrapper built around the libLBFGS optimization library by Naoaki Okazaki. The lbfgs package implem ...
Download / Learn more Package Citations See dependency  
mlr3viz  
Visualizations for 'mlr3'
Visualization package of the 'mlr3' ecosystem. It features plots for mlr3 objects such as tasks, le ...
Download / Learn more Package Citations See dependency  
DatabionicSwarm  
Swarm Intelligence for Self-Organized Clustering
Algorithms implementing populations of agents that interact with one another and sense their environ ...
Download / Learn more Package Citations See dependency  
EMVS  
The Expectation-Maximization Approach to Bayesian Variable Selection
An efficient expectation-maximization algorithm for fitting Bayesian spike-and-slab regularization p ...
Download / Learn more Package Citations See dependency  
openxlsx  
Read, Write and Edit xlsx Files
Simplifies the creation of Excel .xlsx files by providing a high level interface to writing, stylin ...
Download / Learn more Package Citations See dependency  
solitude  
An Implementation of Isolation Forest
Isolation forest is anomaly detection method introduced by the paper Isolation based Anomaly Detecti ...
Download / Learn more Package Citations See dependency  

26,264

R Packages

223,360

Dependencies

70,376

Author Associations

26,265

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA