Skip to main content

Stats Master icon

Stats Master for .NET

Dew.Stats: statistics for C# and .NET

Stats Master rewritten in C#, also called Dew Stats for .NET and published on NuGet as Dew.Stats.

Specific to .NET

Three NuGet packages

Each package is built on its edition of Dew Math and shares its namespaces and API with the other two. Full source in C#.

  • Dew.Stats on Dew.Math — native code with AVX2 and AVX-512 acceleration and multithreaded kernels, for Windows; it needs the native binaries of Dew.Math.
  • Dew.Stats.Linux on Dew.Math.Linux — the same native acceleration for Linux, without TeeChart support.
  • Dew.Stats.Core on Dew.Math.Core — managed code only, for Windows, Linux, macOS, mobile and embedded platforms, WebAssembly and sandboxed environments: where portability matters more than peak speed, in scripting, plugins, cloud deployments and containers. For hardware-accelerated BLAS and LAPACK, use Dew.Stats.

Charts on TeeChart Pro

Dew.Stats.Tee draws the statistical charts with Steema's TeeChart Pro for .NET, a separate commercial product, next to a Dew.Math license: probability plots, variable and attribute control charts — a QCSeries fed by StatControlCharts, which computes the center line and control limits — dot and box plots, biplots, error ellipses, histograms, scatter, Pareto, error bars and 3D scatter. It runs on .NET Framework 4.8 and newer and on .NET 8 and newer on Windows, in 64-bit mode, is written entirely in C#, and is a separate package since 6.3.5. On .NET 8 and 9, both the Dew and the TeeChart Pro assemblies must be visible to the WinForms designer.

Visual Studio

The packages on nuget.org are trial versions and run only inside the Visual Studio IDE; each carries its license text, DewStatsLicense.txt. Dew.Lab.Studio bundles Dew.Stats with Dew.Math, Dew.Signal and their chart packages.

Samples

Example projects on GitHub: WinForms, WPF and ASP.NET on .NET Framework, and WinForms on .NET.

Frameworks and platforms

Each package follows its edition of Dew Math; the frameworks and platforms are listed on MtxVec for .NET.

Documentation

The online help documents every class and routine for .NET; the licence is a PDF.

Try Stats Master for .NET free

Install Dew.Stats — or Dew.Lab.Studio, which bundles Dew.Math, Dew.Signal, Dew.Stats and the charts — from nuget.org or from Visual Studio's NuGet package manager.