Stars
Dynamic Time Warping (DTW) algorithm implementation for .NET C#
Standard linear regression with P-values
Implementation of the DBSCAN clustering algorithm
A vector and matrix library with HLSL-like syntax written in C# using hardware intrinsics
Linq extensions to calculate basic statistics
K-Means++ implementation for the .NET platform, includes Silhoutte k-estimator and Anderson-Darling statistical test.
A C# .NET library implementation of Fast Clustering By Density Peaks (Rodriguez & Laio 2014).
Fast 2D DBSCAN implementation with KD-Tree, in C#
A small package containing some methods to apply frequency filters in .NET
C# library for fast embeddings projection using Uniform Manifold Approximation and Projection
Broom is a Doom source port focused on code clarity, cleanup, and maintainability.
SignalSharp is a library designed for signal processing and time series analysis.
A C# library for parsing mathemitical expressions with support for parentheses and variables.
BLAS/LAPACK bindings for .NET (OpenBLAS, MKL, Apple Accelerate)
Crates used to parse, read, and write in the MIDI format
An arbitrary-precision decimal (base 10) floating-point number class. Over 4.5 million downloads on NuGet!
A generic arithmetic library. Allows you to perform arithmetic on any numeric type. All .NET numeric value types are supported, as is any custom numeric type--just implement the numeric operator ov…
Provides better random number utilities and weighted collections for .NET and Unity.
A high performance , navie managed code math library.
C# library for 2D/3D geometric computation, mesh algorithms, and so on. Boost license.
C# Math Library with Functions, not included in standard Library. Compatible with NET.Core and NET.Framework
FixedMathSharp: A high-precision, deterministic fixed-point math library for .NET. Ideal for simulations, games, and physics engines requiring reliable arithmetic without floating-point inaccuracies.