Multivariate Analysis in IronPython
Cluster Analysis
Illustrates how to use the classes in the Numerics.NET.Statistics.Multivariate namespace to perform hierarchical clustering and K-means clustering.
Principal Component Analysis (PCA)
Illustrates how to perform a Principal Component Analysis using classes in the Numerics.NET.Statistics.Multivariate namespace.
Factor Analysis (FA)
Illustrates how to perform a Factor Analysis using classes in the Numerics.NET.Statistics.Multivariate namespace.