Multivariate Analysis in C#

Cluster Analysis

Illustrates how to use the classes in the Numerics.NET.Statistics.Multivariate namespace to perform hierarchical clustering and K-means clustering.

Show code.

Principal Component Analysis (PCA)

Illustrates how to perform a Principal Component Analysis using classes in the Numerics.NET.Statistics.Multivariate namespace.

Show code.

Factor Analysis (FA)

Illustrates how to perform a Factor Analysis using classes in the Numerics.NET.Statistics.Multivariate namespace.

Show code.