Time Series Analysis in C#

ARIMA Models

Illustrates how to work with ARIMA time series models using classes in the Numerics.NET.Statistics.TimeSeriesAnalysis namespace.

Show code.

Simple Time Series

Illustrates how to perform simple operations on time series data using classes in the Numerics.NET.Statistics.TimeSeriesAnalysis namespace.

Show code.

Variable Transformations

Illustrates how to perform a range of transformations on statistical data.

Show code.