Data Analysis in C#
Data FramesPermalink
Illustrates how to create and manipulate data frames using classes in the Numerics.NET.DataAnalysis namespace.
Indexes and LabelsPermalink
Illustrates how to use indexes to label the rows and columns of a data frame or matrix, or the elements of a vector.
Data WranglingPermalink
Illustrates how to perform basic data wrangling or data munging operations on data frames using classes in the Numerics.NET.DataAnalysis namespace.
Manipulating ColumnsPermalink
Illustrates how to transform and manipulate the columns of a data frame.
Sorting and FilteringPermalink
Illustrates how to sort and filter data used for data analysis.
Grouping and AggregationPermalink
Illustrates how to group data and how to compute aggregates over groups and entire datasets..
HistogramsPermalink
Illustrates how to create histograms using the Histogram class in the Numerics.NET.DataAnalysis namespace.