Multivariate Analysis in C#

Cluster Analysis

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

Show code.

Principal Component Analysis (PCA)

Illustrates how to perform a Principal Components Analysis using classes in the Extreme.Statistics.Multivariate namespace.

Show code.

Factor Analysis (FA)

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

Show code.