Numerics. NET. Statistics. Multivariate Namespace
The Numerics.NET.Statistics.Multivariate namespace contains classes that implement multivariate statistical analysis techniques.
Classes
Dendrogram | Represents a node in a dendrogram. |
Distance | Provides access to standard distance measures for hierarchical cluster analysis. |
Factor | Represents a factor in a factor analysis. |
Factor | Represents a Factor Analysis. |
Hierarchical | Represents a cluster of cases in a cluster analysis. |
Hierarchical | Represents a hierarchical cluster analysis of a set of data. |
Hierarchical | Represents a collection of clusters. |
KMeans | Represents a cluster of cases in a K-means cluster analysis. |
KMeans | Represents a K-Means cluster analysis. |
Linear | Represents a linear discriminant classification model. |
Linear | Represents a discriminant function. |
Linear | Represents a linear discriminant function. |
Partial | Represents a Partial Least Squares (PLS) model. |
Principal | Represents a component in a PrincipalComponentAnalysis. |
Principal | Represents the Principal Component Analysis (PCA) of a set of data. |
Principal | Represents a collection of principal components in a PrincipalComponentAnalysis. |
Quadratic | Represents a quadratic discriminant classification model. |
Quadratic | Represents a quadratic discriminant function. |
Similarity | Represents a similarity matrix used in hierarchical clustering. |
Enumerations
Factor | Enumerates the possible ways the number of factors in a factor analysis may be determined. |
Factor | Enumarates the possible ways to extract factors in a factor analysis. |
Factor | Enumerates the options for performing factor analysis on a correlation or a covariance matrix. |
Factor | Enumerates the possible factor rotation methods for a factor analysis. |
Factor | Enumerates the ways factor scores may be computed. |
KMeans | Enumerates the methods that may be used to initialize the K-means clustering algorithm. |
Linkage | Enumerates the possible linkage methods in hierarchical cluster analysis. |
Partial | Enumerates the algorithms that may be used to compute a partial least squares (PLS) model. |
Scaling | Enumerates the ways to scale the columns in a Principal Component Analysis. |