JuliaStats / MultivariateStats.jl

A Julia package for multivariate statistics and data analysis (e.g. dimension reduction)
Other
379 stars 86 forks source link

Correspondence analysis #203

Open kshedden opened 2 years ago

kshedden commented 2 years ago

This is an implementation of Correspondence Analysis and Multiple Correspondence Analysis. I think it would be useful for this to be included in the MultivariateStats package.

kshedden commented 2 years ago

Thanks, I have resolved most of these. The CI fails are due to importation of DataFrames. If you don't want a DataFrames dependency we can probably work around it, otherwise I can update the project file to include this dependency.