MaxHalford / prince

:crown: Multivariate exploratory data analysis in Python — PCA, CA, MCA, MFA, FAMD, GPA
https://maxhalford.github.io/prince
MIT License
1.27k stars 184 forks source link

Generalized Procrustes Analysis (GPA) #68

Closed MaxHalford closed 1 year ago

MaxHalford commented 5 years ago

I would like to add Generalized Procrustes Analysis to prince. It's quite useful for analyzing free-form surveys. I'll be storing some resources here while I work on it:

charlesbmi commented 3 years ago

I need to perform GPA in Python for my own work, so I might take this up!