Dew.Stats 6.2.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package Dew.Stats --version 6.2.3
                    
NuGet\Install-Package Dew.Stats -Version 6.2.3
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Dew.Stats" Version="6.2.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Dew.Stats" Version="6.2.3" />
                    
Directory.Packages.props
<PackageReference Include="Dew.Stats" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Dew.Stats --version 6.2.3
                    
#r "nuget: Dew.Stats, 6.2.3"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Dew.Stats@6.2.3
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Dew.Stats&version=6.2.3
                    
Install as a Cake Addin
#tool nuget:?package=Dew.Stats&version=6.2.3
                    
Install as a Cake Tool

Dew Stats Library for .NET Framework, .NET Core and .NET Core Winforms

Statistical library built on top of Dew Math Library includes among other features:

  • Different probability distributions (PDF, CDF and inverse CDF for 36 distributions), random number generators, parameter estimate.
  • Descriptive statistics. Histograms, ogives, cumulative sum, nth moments, percentile, range, IQR, mean, median, mode, ranks and more. Multivariate Analysis
  • PCA by using covariance/correlation matrix, PCA residuals, orthogonal rotation of ZScores, Bartlett test for dimensionality and Z-Scores; Classical Multidimensional Scaling, Hotelling T2 test, M-Box test, Item Analysis.
  • Design of Experiment. Full Factorial Design, Latin HyperCube design, ...
  • Hypothesis testing. Sign test, Wilcoxon Signed Rank test, one-sample t-test, two-sample paired/unpaired t-test, Z-Test, Chi-Squared test, F-Test, Shapiro-Wilks test, Chi-Squared Goodness of Fit test and Shapiro-Francia test; Berra-Jarque, Anderson-Darling, Kolmogorov-Smirnov test, Mann-Whitney U test, LillioeFors Goodness of Fit test, ...
  • Regression models. Linear (weighted, unweighted), Multiple linear (weighted, unweighted), Logistic regression, Ridge regression, Poisson regression, General non-linear regression (using the BFGS, Marquardt, Conjugate gradient or Simplex method), one-way and two-way ANOVA, Principal Component Regression.
  • Statistical charts. Optional with separate assembly depending on Steema TeeChart.NET: Probabilities plot (Normal, Weibull, QQ), variable control charts ( X, R, S and EWMA), attribute control charts (P, NP, U and C), dot plot, box plot, biplot, error ellipses PLUS all major statistical chart types, supported by Steema's TeeChart (error, barr, error bar, pie, box, scatter, scatter 3D, histogram, Pareto and more).
  • Time series analysis. Sample ACF, PACF, exponential smoothing (single, double, triple), support for ARMA/ARIMA models (simulating, forecasting, estimating coefficients by using Yule-Walker, Burg, Innovations and MLE algorithms), ARAR time series model, moving average, memory-shortening filter, Box-Ljung statistics, etc..
  • Ready-to-use components. TMtxANOVA (encapsulates ANOVA routines), TMtxMulLinReg (encapsulates multiple linear regression routines), TMtxNonLinReg (encapsulates nonlinear regression routines), TMtxPCA (encapsulates PCA routines), TMtxHypothesisTest (encapsulates hypothesis testing routines), TMtxBinaryTest (encapsulates binary diagonstic test routines), TMtxMDScaling (encapsulates multimensional scaling routines).

Examples

Documentation

Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net7.0-windows7.0 is compatible.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net8.0-windows7.0 is compatible.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Framework net20 is compatible.  net35 was computed.  net40 was computed.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Dew.Stats:

Package Downloads
Dew.Lab.Studio

Dew Lab Studio bundles the Dew.Math, Dew.Signal, and Dew.Stats libraries into a unified package suitable for scientific, engineering, financial, and real-time signal-processing applications. It includes full numerical computation, vectorized signal analysis and filtering, statistical modeling, probability distributions, spectral transforms, optimization, and advanced data workflows. This package also integrates visualization via Dew.Math.TeePro, Dew.Signal.Tee, and Dew.Stats.Tee, which extend TeeChart for high-performance plotting of large datasets, spectrograms, signal traces, matrices, probability distributions, and live streaming data. No hard WinForms linking is introduced into your own code; the visualization libraries depend on WinForms internally while allowing you to use WinForms, WPF, Avalonia, or custom UI frameworks. Included Components: - Dew.Math (Windows native-accelerated numerical computation) - Dew.Signal (real-time DSP, filtering, transforms, spectral and streaming signal analysis) - Dew.Stats (probability distributions, statistical modeling, hypothesis testing, inference) - Dew.Math.TeePro (high-speed charting extensions for numerical data) - Dew.Signal.Tee (spectral / time-frequency / oscilloscope plotting extensions) - Dew.Stats.Tee (statistical visualization and histogramming helpers) Usage Model: - Use Dew Lab Studio for Windows desktop and server applications requiring interactive visualization, scientific and engineering debugging workflows, data interpretation, or real-time signal monitoring. - For Linux HPC systems: use Dew.Lab.Studio.Linux (accelerated native Linux builds). - For maximum cross-platform portability: use Dew.Lab.Studio.Core (managed-only .Core builds). Platform Notes: - Dew.*.Tee packages depend on WinForms internally. Therefore, projects targeting net8.0-windows or net9.0-windows must enable the Windows Desktop framework (WinForms).

Dew.Stats.Tee

Dew.Stats.Tee provides statistical visualization components for Dew.Stats with TeeChart **Pro**. It adds specialized chart types for probability analysis, quality control, distribution insight, and multivariate exploration. Included Visualization Types: - Probability plots (Normal, Weibull, QQ, percentile-based) - Statistical quality control charts: - Variable: X-bar, R, S, EWMA - Attribute: P, NP, U, C - Dot plot, box plot, biplot, error ellipses, scatter / 3D scatter - Histogram, Pareto analysis, error bars, confidence regions Requirements and Packaging: - **Requires TeeChart Pro** (transitively referenced via **Dew.Math.TeePro**) - **TeeChart Lite is not supported** by this package - Windows-only; targets WinForms-enabled .NET TFMs - Visualization is optional; Dew.Stats runs without charting Notes: - Prior to version 6.3.8, these visual components were bundled elsewhere. From 6.3.8 onward, visualization is an opt-in package for clearer modularity.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
6.3.8 26 11/16/2025
6.3.7 66 11/15/2025
6.3.5 160 11/8/2025
6.2.3 351 5/18/2024
6.2.2 263 5/1/2024
6.0.8 1,130 1/16/2022