| Data Frame Examples | Description | Source |
|---|---|---|
| DataFrameExample | Example showing how to manipulate data using the DataFrame class. | C# VB.NET |
| SubsetExample | Example showing how to access arbitrary subsets of a data frame. | C# VB.NET |
| FactorExample | Example showing how to create and manipulate factors. | C# VB.NET |
| ApplyTransformExample | Example showing how to use the apply and transform functionality on a DataFrame. | C# VB.NET |
| CrossTabulationExample | Example showing how to use the cross-tabulation functionality on a DataFrame. | C# VB.NET |
| ADOExample | Example showing how to display a DataFrame in an ADO.NET DataGrid. | C# VB.NET |
| Basic Statistics Examples | Description | Source |
|---|---|---|
| StatsFunctionsExample | Example showing how to use the descriptive statistics functions of the StatsFunctions class. | C# VB.NET |
| ProbabilityDistributionExample | Example showing how to use the probability distribution classes. | C# VB.NET |
| HypothesisTestExample | Example showing how to use the hypothesis test classes to test statistical hypotheses. | C# VB.NET |
| MissingValuesExample | Example showing how to manipulate data that has missing values. | C# VB.NET |
| Analysis of Variance Examples | Description | Source |
|---|---|---|
| OneWayAnovaExample | Example showing how use class OneWayAnova to perform a simple one-way ANOVA. | C# VB.NET |
| AdvancedOneWayAnovaExample | Example showing some of the advanced features of class OneWayAnova. | C# VB.NET |
| OneWayRanovaExample | Example showing how to use class OneWayRanova to perform a simple one-way ANOVA with repeated measures. | C# VB.NET |
| AdvancedOneWayRanovaExample | Example showing some of the advanced features of class OneWayRanova. | C# VB.NET |
| TwoWayAnovaExample | Example showing how to use class TwoWayAnova to perform a simple two-way ANOVA. | C# VB.NET |
| AdvancedTwoWayAnovaExample | Example showing some of the advanced features of class TwoWayAnova. | C# VB.NET |
| TwoWayRanovaExample | Example showing how to use class TwoWayRanova to perform a two-way ANOVA with repeated measures on one factor. | C# VB.NET |
| TwoWayRanovaTwoExample | Example showing how to use class TwoWayRanovaTwo to perform a two-way ANOVA with repeated measures on both factors. | C# VB.NET |
| Linear Regression Examples | Description | Source |
|---|---|---|
| SimpleLinearRegressionExample | Example showing how to use the linear regression class to perform a simple linear regression. | C# VB.NET |
| MultipleLinearRegressionExample | Example showing how to perform multiple linear regression. | C# VB.NET |
| Multivariate Statistics Examples | Description | Source |
|---|---|---|
| PrincipalComponentExample | Example showing how to perform a principal component analysis. | C# VB.NET |
| ClusterExample | Example showing how to perform an hierarchical cluster analysis. | C# VB.NET |
| Nonnegative Matrix Factorization (NMF) Examples | Description | Source |
|---|---|---|
| NMFExample | Example showing basic NMF. | C# VB.NET |
| NMFClusteringExample | Example demonstrating how to cluster data using NMF. | C# VB.NET |
| NMFOrderedConnectivityMatrixExample | Example showing how to create an ordered connectivity matrix to display the results of NMF clustering. | C# VB.NET |
| Partial Least Squares Examples | Description | Source |
|---|---|---|
| PLSExample | Example showing basics of PLS1 and PLS2. | C# VB.NET |
| PLS1ScoresAndLoadingsExample | Example showings scores and loadings with PLS1. | C# VB.NET |
| PLS2CrossValidationExample | Example showing cross-validation using PLS2. | C# VB.NET |
| PLS2ScoresAndLoadingsExample | Example showings scores and loadings with PLS2. | C# VB.NET |