Home | Trees | Indices | Help |
---|
|
Principal component analysis
Version: 1.1.02
Date: February 2008
Author: Henning Risvik
|
|||
Preprocessing Methods | |||
---|---|---|---|
|
|||
|
|||
NIPALS array help functions | |||
|
|||
|
|||
|
|||
|
|||
|
|||
NIPALS Algorithm | |||
|
|||
|
|||
Principal Component Analysis (using NIPALS) | |||
|
|||
|
|||
|
|||
Principal Component Analysis (using SVD) | |||
|
|||
Correlation Loadings | |||
|
|
|
|
Get an acceptable column-vector of E.
|
NIPALS matrix help function. Get an acceptable column-vector of E.
|
|
|
sets: E = E - (t*transpose(p)) E: (m, n)-matrix, (t*transpose(p)): (m, n)-matrix
|
PCA by NIPALS using numpy matrix
|
PCA by NIPALS using numpy array
|
PCA by NIPALS and get Scores, Loadings, E
|
PCA by NIPALS and get Scores, Loadings, E
|
PCA by NIPALS and get Scores, Loadings, E
|
PCA by SVD and get Scores, Loadings, E Remake of method made by Oliver Tomic Ph.D.
|
Get correlation loadings matrix based on Scores (T of PCA) and X (original variables, not mean centered). Remake of method made by Oliver Tomic Ph.D.
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Fri Mar 30 10:45:19 2018 | http://epydoc.sourceforge.net |